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>
A
Predicate which matches if none of another sequence of predicates matches. This is equivalent to the boolean "NOR" operation.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.dmfs.jems2.predicate.DelegatingPredicate
satisfiedBy
-
Constructor Details
-
NoneOf
-
NoneOf
-
NoneOf
-