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