Uses of Interface
net.officefloor.frame.api.managedobject.recycle.RecycleManagedObjectParameter
-
Packages that use RecycleManagedObjectParameter Package Description net.officefloor.frame.api.managedobject.recycle net.officefloor.frame.test -
-
Uses of RecycleManagedObjectParameter in net.officefloor.frame.api.managedobject.recycle
Methods in net.officefloor.frame.api.managedobject.recycle that return RecycleManagedObjectParameter Modifier and Type Method Description static <M extends ManagedObject>
RecycleManagedObjectParameter<M>RecycleManagedObjectParameter. getRecycleManagedObjectParameter(ManagedFunctionContext<?,?> context)
Convenience method to obtain theRecycleManagedObjectParameter
from theManagedFunctionContext
. -
Uses of RecycleManagedObjectParameter in net.officefloor.frame.test
Fields in net.officefloor.frame.test with type parameters of type RecycleManagedObjectParameter Modifier and Type Field Description java.util.function.Consumer<RecycleManagedObjectParameter<?>>
TestManagedObject. recycleConsumer
Consumer
to be provided theRecycleManagedObjectParameter
on recycling.
-