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