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