Package org.dmfs.jems2.predicate
Class NoneOf<T>
- java.lang.Object
-
- org.dmfs.jems2.predicate.DelegatingPredicate<T>
-
- org.dmfs.jems2.predicate.NoneOf<T>
-
- All Implemented Interfaces:
Predicate<T>
public final class NoneOf<T> extends DelegatingPredicate<T>
APredicatewhich matches if none of another sequence of predicates matches. This is equivalent to the boolean "NOR" operation.
-
-
Method Summary
-
Methods inherited from class org.dmfs.jems2.predicate.DelegatingPredicate
satisfiedBy
-
-