@FunctionalInterface public interface LongObjConsumer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(long i,
T v) |
void accept(long i,
T v)
i - for the tuple.v - for the tuple.Copyright © 2014-2022 Real Logic Limited. All Rights Reserved.