Uses of Interface
net.officefloor.plugin.variable.Out
-
Packages that use Out Package Description net.officefloor.model.test.variable net.officefloor.plugin.variable net.officefloor.polyglot.test net.officefloor.tutorial.variablehttpserver -
-
Uses of Out in net.officefloor.model.test.variable
Classes in net.officefloor.model.test.variable that implement Out Modifier and Type Class Description classMockVar<T>MockVar. -
Uses of Out in net.officefloor.plugin.variable
Subinterfaces of Out in net.officefloor.plugin.variable Modifier and Type Interface Description interfaceVar<T>Represents a variable.Methods in net.officefloor.plugin.variable that return Out Modifier and Type Method Description static <T> Out<T>VariableManagedObjectSource. out(java.lang.Object object)ObtainsOutfrom dependency object. -
Uses of Out in net.officefloor.polyglot.test
Methods in net.officefloor.polyglot.test with parameters of type Out Modifier and Type Method Description voidAbstractPolyglotProcedureTest.FlowHandlers. exception(Out<java.lang.String> result)voidAbstractPolyglotProcedureTest.FlowHandlers. flow(Out<java.lang.String> result)voidAbstractPolyglotProcedureTest.FlowHandlers. flowWithCallback(Out<java.lang.String> result)voidAbstractPolyglotProcedureTest.FlowHandlers. nextFunction(Out<java.lang.String> result)voidAbstractPolyglotObjectTest.ObjectLogic. service(ObjectInterface object, Out<ObjectInterface> out)voidAbstractPolyglotProcedureTest.CollectionReturn. service(CollectionTypes result, Out<CollectionTypes> out)voidAbstractPolyglotProcedureTest.ObjectReturn. service(ObjectTypes result, Out<ObjectTypes> out)voidAbstractPolyglotProcedureTest.ParameterReturn. service(ParameterTypes result, Out<ParameterTypes> out)voidAbstractPolyglotProcedureTest.PrimitiveReturn. service(PrimitiveTypes result, Out<PrimitiveTypes> out)voidAbstractPolyglotProcedureTest.VariablePass. service(Closure<VariableTypes> capture, Out<Closure<VariableTypes>> out)protected abstract VariableTypesAbstractPolyglotProcedureTest. variables(char val, In<java.lang.String> in, Out<JavaObject> out, Var<java.lang.Integer> var) -
Uses of Out in net.officefloor.tutorial.variablehttpserver
Methods in net.officefloor.tutorial.variablehttpserver with parameters of type Out Modifier and Type Method Description static voidOutLogic. setValues(Out<Person> person, Out<java.lang.String> description)
-