public interface IndexedConsumer<T>
Modifier and Type | Method and Description |
---|---|
void |
accept(int idx,
T e) |
default IndexedConsumer<T> |
andThen(IndexedConsumer<? super T> after) |
void accept(int idx, T e)
default IndexedConsumer<T> andThen(IndexedConsumer<? super T> after)