T
- the type that the predicate will operate on.U
- the type that the predicate will operate on.public static interface FI.TypedPredicate2<T,U>
Modifier and Type | Method and Description |
---|---|
boolean |
defined(T t,
U u)
The predicate to evaluate.
|