@FunctionalInterface public interface DoubleShortToShortFunction
double
-valued and
a short
-valued argument
and produces a short
-valued result.
This is the (double, short, short)
specialization of BiFunction
.BiFunction
Modifier and Type | Method and Description |
---|---|
short |
applyAsShort(double a,
short b)
Applies this function to the given arguments.
|