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