Interface BooleanSupplierWithContext<C>
- Type Parameters:
C- The context type.
- All Superinterfaces:
Predicate<C>
- All Known Subinterfaces:
BooleanSupplierWithContext.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 boolean supplier like interface for use with
Plans and their contexts.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceABooleanSupplierWithContextthat ignores the context object. -
Method Summary