Interface RunnableWithContext<C>
- Type Parameters:
C- The context type.
- All Superinterfaces:
Consumer<C>
- All Known Subinterfaces:
RunnableWithContext.Ignored<C>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A runnable like interface for use with
The subinterface
Plans and their contexts.
The subinterface
RunnableWithContext.Ignored is provided for runnables that do not need the context object.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceARunnableWithContextthat ignores the context object. -
Method Summary