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