Uses of Interface
net.officefloor.plugin.variable.Var
-
-
Uses of Var in net.officefloor.compile.test.officefloor
Methods in net.officefloor.compile.test.officefloor with parameters of type Var Modifier and Type Method Description void
CompileVar. accept(Var<T> var)
Method parameters in net.officefloor.compile.test.officefloor with type arguments of type Var Modifier and Type Method Description <T> void
CompileOfficeContext. variable(java.lang.String qualifier, java.lang.Class<T> type, java.util.function.Consumer<Var<T>> compileVar)
Listens to a variable. -
Uses of Var in net.officefloor.model.test.variable
Classes in net.officefloor.model.test.variable that implement Var Modifier and Type Class Description class
MockVar<T>
MockVar
. -
Uses of Var in net.officefloor.plugin.variable
Methods in net.officefloor.plugin.variable that return Var Modifier and Type Method Description static <T> Var<T>
VariableManagedObjectSource. var(java.lang.Object object)
ObtainsVar
from dependency object.Method parameters in net.officefloor.plugin.variable with type arguments of type Var Modifier and Type Method Description static <R,T extends java.lang.Throwable>
RVariableOfficeExtensionService. runInContext(java.util.Map<java.lang.String,java.util.function.Consumer<Var<?>>> decorators, VariableOfficeExtensionService.ContextLogic<R,T> logic)
Runs within context.Constructor parameters in net.officefloor.plugin.variable with type arguments of type Var Constructor Description VariableManagedObjectSource(java.util.function.Consumer<Var<T>> decorator)
Instantiate. -
Uses of Var in net.officefloor.polyglot.test
Methods in net.officefloor.polyglot.test with parameters of type Var Modifier and Type Method Description void
AbstractPolyglotProcedureTest.FlowHandlers. flowWithParameter(java.lang.String param, Var<java.lang.String> result)
void
AbstractPolyglotProcedureTest.FlowHandlers. flowWithParameterAndCallback(java.lang.String param, Var<java.lang.String> result)
protected abstract VariableTypes
AbstractPolyglotProcedureTest. variables(char val, In<java.lang.String> in, Out<JavaObject> out, Var<java.lang.Integer> var)
-
Uses of Var in net.officefloor.tutorial.variablehttpserver
Methods in net.officefloor.tutorial.variablehttpserver with parameters of type Var Modifier and Type Method Description static void
VarLogic. setValues(Var<Person> person, Var<java.lang.String> description)
-
Uses of Var in net.officefloor.web.compile
Method parameters in net.officefloor.web.compile with type arguments of type Var Modifier and Type Method Description <T> void
CompileWebContextImpl. variable(java.lang.String qualifier, java.lang.Class<T> type, java.util.function.Consumer<Var<T>> compileVar)
-