Class AbstractPredicate<T>
java.lang.Object
org.apache.commons.collections4.functors.AbstractPredicate<T>
- Type Parameters:
T
- the type of the input to the predicate.
- Direct Known Subclasses:
AbstractQuantifierPredicate
,AndPredicate
,ComparatorPredicate
,EqualPredicate
,ExceptionPredicate
,FalsePredicate
,IdentityPredicate
,InstanceofPredicate
,NotNullPredicate
,NotPredicate
,NullIsExceptionPredicate
,NullIsFalsePredicate
,NullIsTruePredicate
,NullPredicate
,OrPredicate
,TransformedPredicate
,TransformerPredicate
,TruePredicate
,UniquePredicate
Abstract base class for predicates.
- Since:
- 4.5.0-M3
-
Constructor Details
-
AbstractPredicate
public AbstractPredicate()
-
-
Method Details