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