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