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