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