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