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