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