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