public final class NoneOf<T> extends DelegatingPredicate<T>
Predicate which matches if none of another sequence of predicates matches. This is equivalent to the boolean "NOR" operation.| Constructor and Description |
|---|
NoneOf(java.lang.Iterable<? extends Predicate<? super T>> delegate) |
NoneOf(Predicate<? super T>... delegates) |
satisfiedBy