@FunctionalInterface public interface CharByteToByteFunction
char
-valued and
a byte
-valued argument
and produces a byte
-valued result.
This is the (char, byte, byte)
specialization of BiFunction
.BiFunction
Modifier and Type | Method and Description |
---|---|
byte |
applyAsByte(char a,
byte b)
Applies this function to the given arguments.
|