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