T - the type that the predicate will operate on.public static interface FI.TypedPredicate<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
defined(T t)
The predicate to evaluate.
|
boolean defined(T t)
t - an instance that the predicate is evaluated on.