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