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