@FunctionalInterface public interface IntLongPredicate
int
-valued and
a long
-valued argument.
This is the (int,
long)
specialization
of BiPredicate
.BiPredicate
Modifier and Type | Method and Description |
---|---|
boolean |
test(int a,
long b)
Evaluates this predicate on the given arguments.
|