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 class
MockVar<T>
MockVar
. -
Uses of Out in net.officefloor.plugin.variable
Subinterfaces of Out in net.officefloor.plugin.variable Modifier and Type Interface Description interface
Var<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)
ObtainsOut
from 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 void
AbstractPolyglotProcedureTest.FlowHandlers. exception(Out<java.lang.String> result)
void
AbstractPolyglotProcedureTest.FlowHandlers. flow(Out<java.lang.String> result)
void
AbstractPolyglotProcedureTest.FlowHandlers. flowWithCallback(Out<java.lang.String> result)
void
AbstractPolyglotProcedureTest.FlowHandlers. nextFunction(Out<java.lang.String> result)
void
AbstractPolyglotObjectTest.ObjectLogic. service(ObjectInterface object, Out<ObjectInterface> out)
void
AbstractPolyglotProcedureTest.CollectionReturn. service(CollectionTypes result, Out<CollectionTypes> out)
void
AbstractPolyglotProcedureTest.ObjectReturn. service(ObjectTypes result, Out<ObjectTypes> out)
void
AbstractPolyglotProcedureTest.ParameterReturn. service(ParameterTypes result, Out<ParameterTypes> out)
void
AbstractPolyglotProcedureTest.PrimitiveReturn. service(PrimitiveTypes result, Out<PrimitiveTypes> out)
void
AbstractPolyglotProcedureTest.VariablePass. service(Closure<VariableTypes> capture, Out<Closure<VariableTypes>> out)
protected abstract VariableTypes
AbstractPolyglotProcedureTest. 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 void
OutLogic. setValues(Out<Person> person, Out<java.lang.String> description)
-