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