U
- the type of the second argument the predicate@FunctionalInterface public interface IntObjPredicate<U>
int
-valued and
an object-valued argument.
This is the (int,
reference)
specialization
of BiPredicate
.BiPredicate
Modifier and Type | Method and Description |
---|---|
boolean |
test(int a,
U b)
Evaluates this predicate on the given arguments.
|
boolean test(int a, U b)
a
- the first input argumentb
- the second input argumenttrue
if the input arguments match the predicate,
otherwise false