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