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