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