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