T - type of values this predicate is defined onPredicate insteadpublic interface Predicate<T>
org.apache.commons.collections.Predicate.| Modifier and Type | Method and Description | 
|---|---|
boolean | 
evaluate(T arg)
Deprecated.  
Use the specified parameter to perform a test that returns true or false. 
 | 
boolean evaluate(T arg)
arg - the predicate to evaluate, should not be changedCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.