public interface IndexedConsumer<T> extends Throwables.IndexedConsumer<T,RuntimeException>
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)
accept
in interface Throwables.IndexedConsumer<T,RuntimeException>
default IndexedConsumer<T> andThen(IndexedConsumer<? super T> after)
Copyright © 2020. All rights reserved.