java.lang.Object | +--org.apache.commons.collections.functors.NotPredicateAll Implemented Interfaces:
NotPredicate(Predicate predicate) Constructor that performs no validation. |
boolean | evaluate(Object object) Return the negated predicate result. |
static Predicate | getInstance(Predicate predicate) Factory to create the not predicate. |
public NotPredicate(Predicate predicate)
getInstance
if you want that.
public boolean evaluate(Object object)
public static Predicate getInstance(Predicate predicate)
- if the predicate is null