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) |
void accept(A a, B b, C c)
accept in interface Throwables.TriConsumer<A,B,C,RuntimeException>Copyright © 2021. All rights reserved.