T - type of values this predicate is defined onpublic interface Predicate<T>
Predicate.| Modifier and Type | Method and Description | 
|---|---|
| boolean | evaluate(T arg)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–2022 The Apache Software Foundation. All rights reserved.