T - the type of elements maintained by this Collectionpublic interface ObjectDoubleUnaryOperator<T>
extends java.util.function.BiFunction<T,java.lang.Double,java.lang.Double>
| Modifier and Type | Method and Description |
|---|---|
default java.lang.Double |
apply(T k,
java.lang.Double v) |
double |
applyAsDouble(T k,
double v)
A Type Specifc apply method to reduce boxing/unboxing.
|
double applyAsDouble(T k, double v)
k - the first function argumentv - the second function argument