Uses of Class
net.officefloor.frame.test.Closure
-
Packages that use Closure Package Description net.officefloor.polyglot.test -
-
Uses of Closure in net.officefloor.polyglot.test
Methods in net.officefloor.polyglot.test with parameters of type Closure Modifier and Type Method Description void
AbstractPolyglotProcedureTest.VariablePass. service(Closure<VariableTypes> capture, Out<Closure<VariableTypes>> out)
Method parameters in net.officefloor.polyglot.test with type arguments of type Closure Modifier and Type Method Description void
AbstractPolyglotProcedureTest.VariablePass. service(Closure<VariableTypes> capture, Out<Closure<VariableTypes>> out)
void
AbstractPolyglotProcedureTest.VariableReturn. service(VariableTypes result, In<Closure<VariableTypes>> in)
-