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