Uses of Interface
net.officefloor.plugin.variable.Out
Packages that use Out
Package
Description
-
Uses of Out in net.officefloor.model.test.variable
Classes in net.officefloor.model.test.variable that implement Out -
Uses of Out in net.officefloor.plugin.variable
Subinterfaces of Out in net.officefloor.plugin.variableMethods in net.officefloor.plugin.variable that return Out -
Uses of Out in net.officefloor.polyglot.test
Methods in net.officefloor.polyglot.test with parameters of type OutModifier and TypeMethodDescriptionvoidHandles the exception flow.voidHandles the flow output.voidAbstractPolyglotProcedureTest.FlowHandlers.flowWithCallback(Out<String> result) Handles the flow with callback output.voidAbstractPolyglotProcedureTest.FlowHandlers.nextFunction(Out<String> result) Handles the next function flow.voidAbstractPolyglotObjectTest.ObjectLogic.service(ObjectInterface object, Out<ObjectInterface> out) Services the object.voidAbstractPolyglotProcedureTest.CollectionReturn.service(CollectionTypes result, Out<CollectionTypes> out) Captures the collection types result.voidAbstractPolyglotProcedureTest.ObjectReturn.service(ObjectTypes result, Out<ObjectTypes> out) Captures the object types result.voidAbstractPolyglotProcedureTest.ParameterReturn.service(ParameterTypes result, Out<ParameterTypes> out) Captures the parameter types result.voidAbstractPolyglotProcedureTest.PrimitiveReturn.service(PrimitiveTypes result, Out<PrimitiveTypes> out) Captures the primitive types result.voidAbstractPolyglotProcedureTest.VariablePass.service(Closure<VariableTypes> capture, Out<Closure<VariableTypes>> out) Passes the variable capture closure along.protected abstract VariableTypesAbstractPolyglotProcedureTest.variables(char val, In<String> in, Out<JavaObject> out, Var<Integer> var) Invokes variable types directly.