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