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