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.