Uses of Interface
net.officefloor.compile.state.CompileRunnable
-
Packages that use CompileRunnable Package Description net.officefloor.compile.state -
-
Uses of CompileRunnable in net.officefloor.compile.state
Methods in net.officefloor.compile.state with parameters of type CompileRunnable Modifier and Type Method Description default <T extends java.lang.Throwable>
voidCompileState. compileInContext(S state, CompileRunnable<T> logic)
Runs theCompileRunnable
with the state.
-