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