Uses of Interface
net.officefloor.plugin.variable.In
-
Packages that use In Package Description net.officefloor.model.test.variable net.officefloor.plugin.variable net.officefloor.polyglot.test net.officefloor.tutorial.variablehttpserver -
-
Uses of In in net.officefloor.model.test.variable
Classes in net.officefloor.model.test.variable that implement In Modifier and Type Class Description class
MockVar<T>
MockVar
. -
Uses of In in net.officefloor.plugin.variable
Subinterfaces of In in net.officefloor.plugin.variable Modifier and Type Interface Description interface
Var<T>
Represents a variable.Methods in net.officefloor.plugin.variable that return In Modifier and Type Method Description static <T> In<T>
VariableManagedObjectSource. in(java.lang.Object object)
ObtainsIn
from dependency object. -
Uses of In in net.officefloor.polyglot.test
Methods in net.officefloor.polyglot.test with parameters of type In Modifier and Type Method Description void
AbstractPolyglotProcedureTest.VariableReturn. service(VariableTypes result, In<Closure<VariableTypes>> in)
protected abstract VariableTypes
AbstractPolyglotProcedureTest. variables(char val, In<java.lang.String> in, Out<JavaObject> out, Var<java.lang.Integer> var)
-
Uses of In in net.officefloor.tutorial.variablehttpserver
Methods in net.officefloor.tutorial.variablehttpserver with parameters of type In Modifier and Type Method Description static void
InLogic. useValues(In<Person> person, In<java.lang.String> description, ObjectResponse<ServerResponse> response)
-