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