public interface IntBiConsumer extends Try.IntBiConsumer<java.lang.RuntimeException>
Modifier and Type | Method and Description |
---|---|
void |
accept(int t,
int u) |
default IntBiConsumer |
andThen(IntBiConsumer after) |
void accept(int t, int u)
accept
in interface Try.IntBiConsumer<java.lang.RuntimeException>
default IntBiConsumer andThen(IntBiConsumer after)