Uses of Class
net.officefloor.frame.test.Closure
Packages that use Closure
-
Uses of Closure in net.officefloor.polyglot.test
Methods in net.officefloor.polyglot.test with parameters of type ClosureModifier and TypeMethodDescriptionvoidAbstractPolyglotProcedureTest.VariablePass.service(Closure<VariableTypes> capture, Out<Closure<VariableTypes>> out) Passes the variable capture closure along.Method parameters in net.officefloor.polyglot.test with type arguments of type ClosureModifier and TypeMethodDescriptionvoidAbstractPolyglotProcedureTest.VariablePass.service(Closure<VariableTypes> capture, Out<Closure<VariableTypes>> out) Passes the variable capture closure along.voidAbstractPolyglotProcedureTest.VariableReturn.service(VariableTypes result, In<Closure<VariableTypes>> in) Captures the variable types result.