T - public interface Predicate<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
apply(T input)
Returns the result of applying this predicate to
input. |
java.lang.Boolean apply(T input)
input. This method is generally expected, but not
absolutely required, to have the following properties:
input - The input to evaluate