@FunctionalInterface public interface DoubleToShortFunction
double
-valued argument and produces a
short
-valued result. This is the double
-to-short
primitive
specialization for Function
.Function
Modifier and Type | Method and Description |
---|---|
short |
applyAsShort(double value)
Applies this function to the given argument.
|