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