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