not method

Predicate<T> not()

Implementation

Predicate<T> not() => NotPredicate(this);