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