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