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