T - the type of the input to the function@FunctionalInterface public interface ToShortFunction<T>
short-valued result. This is the
short-producing primitive specialization for Function.Function| Modifier and Type | Method and Description |
|---|---|
short |
applyAsShort(T value)
Applies this function to the given argument.
|
short applyAsShort(T value)
value - the function argument