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