public interface IntTriConsumer extends Try.IntTriConsumer<java.lang.RuntimeException>
Modifier and Type | Method and Description |
---|---|
void |
accept(int a,
int b,
int c) |
default IntTriConsumer |
andThen(IntTriConsumer after) |
void accept(int a, int b, int c)
accept
in interface Try.IntTriConsumer<java.lang.RuntimeException>
default IntTriConsumer andThen(IntTriConsumer after)