public interface LongTriConsumer extends Throwables.LongTriConsumer<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 Throwables.LongTriConsumer<RuntimeException>
default LongTriConsumer andThen(LongTriConsumer after)
Copyright © 2020. All rights reserved.