T
- the type of the first argument to the function@FunctionalInterface public interface ToDoubleObjDoubleBiFunction<T>
ToDoubleBiFunction
and
ObjDoubleConsumer
, combined.Modifier and Type | Method and Description |
---|---|
double |
applyAsDouble(T t,
double u)
Applies this function to the given arguments.
|
double applyAsDouble(T t, double u)
t
- the first function argumentu
- the second function argumentCopyright © 2014–2018. All rights reserved.