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