public interface IndexedBiConsumer<U,T> extends Try.IndexedBiConsumer<U,T,java.lang.RuntimeException>
Modifier and Type | Method and Description |
---|---|
void |
accept(U u,
int idx,
T e) |
default IndexedBiConsumer<U,T> |
andThen(IndexedBiConsumer<? super U,? super T> after) |
void accept(U u, int idx, T e)
accept
in interface Try.IndexedBiConsumer<U,T,java.lang.RuntimeException>
default IndexedBiConsumer<U,T> andThen(IndexedBiConsumer<? super U,? super T> after)