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