Represents a predicate (boolean-valued function) of two arguments. This is
the two-arity specialization of Predicate
.
This is a functional interface
whose functional method is test(Object, Object)
.
<T> | the type of the first argument to the predicate | |
<U> | the type of the second argument the predicate |
Predicate