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