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