T
- the type of the first argument to the function@FunctionalInterface public interface ObjDoubleToDoubleFunction<T>
double
-valued argument
and produces a double
-valued result.
This is the (reference, double, double)
specialization of BiFunction
.BiFunction
Modifier and Type | Method and Description |
---|---|
double |
applyAsDouble(T a,
double b)
Applies this function to the given arguments.
|
double applyAsDouble(T a, double b)
a
- the first function argumentb
- the second function argument