T - the type of the value to evaluate
public interface Predicate<T>
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
evaluate(T t)
Return true iff the specified object satisfies the predicate. 
 | 
boolean evaluate(T t)
t - the object to evaluate