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