public interface TriConsumer<A,B,C> extends Throwables.TriConsumer<A,B,C,RuntimeException>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(A a,
B b,
C c) |
default TriConsumer<A,B,C> |
andThen(TriConsumer<? super A,? super B,? super C> after) |
default <E extends Throwable> |
toThrowable() |
void accept(A a, B b, C c)
accept in interface Throwables.TriConsumer<A,B,C,RuntimeException>default TriConsumer<A,B,C> andThen(TriConsumer<? super A,? super B,? super C> after)
default <E extends Throwable> Throwables.TriConsumer<A,B,C,E> toThrowable()
Copyright © 2021. All rights reserved.