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