T - The type of the object to compare.@FunctionalInterface public static interface Predicate.Function<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
invoke(T obj)
Represents a method that defines a set of criteria and determines whether the
specified object meets those criteria.
|
boolean invoke(T obj)