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