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>
A Predicate which matches if none of another sequence of predicates matches. This is equivalent to the boolean "NOR" operation.