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