public static interface Try.TriConsumer<A,B,C,E extends java.lang.Exception>
Modifier and Type | Method and Description |
---|---|
void |
accept(A a,
B b,
C c) |
static <A,B,C,R,E extends java.lang.Exception> |
create(Try.TriFunction<A,B,C,R,E> func) |
void accept(A a, B b, C c) throws E extends java.lang.Exception
E extends java.lang.Exception
static <A,B,C,R,E extends java.lang.Exception> Try.TriConsumer<A,B,C,E> create(Try.TriFunction<A,B,C,R,E> func)