Uses of Interface
net.officefloor.plugin.variable.Var
Packages that use Var
Package
Description
-
Uses of Var in net.officefloor.compile.test.officefloor
Methods in net.officefloor.compile.test.officefloor with parameters of type VarMethod parameters in net.officefloor.compile.test.officefloor with type arguments of type Var -
Uses of Var in net.officefloor.model.test.variable
Classes in net.officefloor.model.test.variable that implement Var -
Uses of Var in net.officefloor.plugin.variable
Methods in net.officefloor.plugin.variable that return VarMethod parameters in net.officefloor.plugin.variable with type arguments of type VarModifier and TypeMethodDescriptionstatic <R,T extends Throwable>
RVariableOfficeExtensionService.runInContext(Map<String, Consumer<Var<?>>> decorators, VariableOfficeExtensionService.ContextLogic<R, T> logic) Runs within context.Constructor parameters in net.officefloor.plugin.variable with type arguments of type VarModifierConstructorDescriptionVariableManagedObjectSource(Consumer<Var<T>> decorator) Instantiate. -
Uses of Var in net.officefloor.polyglot.test
Methods in net.officefloor.polyglot.test with parameters of type VarModifier and TypeMethodDescriptionvoidAbstractPolyglotProcedureTest.FlowHandlers.flowWithParameter(String param, Var<String> result) Handles the flow with parameter output.voidAbstractPolyglotProcedureTest.FlowHandlers.flowWithParameterAndCallback(String param, Var<String> result) Handles the flow with parameter and callback output.protected abstract VariableTypesAbstractPolyglotProcedureTest.variables(char val, In<String> in, Out<JavaObject> out, Var<Integer> var) Invokes variable types directly. -
Uses of Var in net.officefloor.web.compile
Method parameters in net.officefloor.web.compile with type arguments of type Var