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