T - Argument typepublic interface Predicate<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(T input)
Returns the result of applying this predicate to
input. |
boolean apply(T input)
input.input - inputCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.