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