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