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