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