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