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