@FunctionalInterface public interface ObjectIntToIntFunction<T>
| Modifier and Type | Method and Description |
|---|---|
int |
apply(T t,
int i)
Applies this function to the given arguments.
|
int apply(T t, int i)
t - the first function argumenti - the second function argumentCopyright © 2014-2022 Real Logic Limited. All Rights Reserved.