Interface BooleanSupplierWithContext.Ignored<C>
- Type Parameters:
C- The (ignored) context type.
- All Superinterfaces:
BooleanSupplier,BooleanSupplierWithContext<C>,Predicate<C>
- Enclosing interface:
- BooleanSupplierWithContext<C>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface BooleanSupplierWithContext.Ignored<C>
extends BooleanSupplierWithContext<C>, BooleanSupplier
A
BooleanSupplierWithContext that ignores the context object.-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.engine_room.flywheel.lib.task.functional.BooleanSupplierWithContext
BooleanSupplierWithContext.Ignored<C> -
Method Summary
Methods inherited from interface dev.engine_room.flywheel.lib.task.functional.BooleanSupplierWithContext
test
-
Method Details
-
getAsBoolean
boolean getAsBoolean()- Specified by:
getAsBooleanin interfaceBooleanSupplier
-
getAsBoolean
- Specified by:
getAsBooleanin interfaceBooleanSupplierWithContext<C>
-