@FunctionalInterface public interface IntIntFunction
| Modifier and Type | Method and Description |
|---|---|
int |
apply(int valueOne,
int valueTwo)
Accept two values that comes as a tuple of ints.
|
Copyright © 2014-2022 Real Logic Limited. All Rights Reserved.