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