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