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