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