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