T
- The other argument to this function.R
- Result of this function.@FunctionalInterface
public interface BiIntFunction<T,R>
int
and a custom argument and returns the result.Modifier and Type | Method and Description |
---|---|
R |
apply(int i,
T t)
Evaluates this function on the given arguments.
|