R - result type of the functionV - value type of the object parameter of the function@FunctionalInterface
public interface ValueAndDoubleFunction<R,V>
double value,
and returns a resulting object value.| Modifier and Type | Method and Description |
|---|---|
R |
apply(V value,
double doubleValue)
Apply this function to the given object value and
double value. |