static <A,B,T> Consumer<T> |
Fn.c(A a,
B b,
TriConsumer<A,B,T> triConsumer) |
static <A,T,U> BiConsumer<T,U> |
Fn.c(A a,
TriConsumer<A,T,U> triConsumer) |
static <A,B,C> TriConsumer<A,B,C> |
Fn.c(TriConsumer<A,B,C> triConsumer) |
static <A,B,C> TriFunction<A,B,C,Void> |
Fn.c2f(TriConsumer<? super A,? super B,? super C> action) |
static <A,B,C,R> TriFunction<A,B,C,R> |
Fn.c2f(TriConsumer<? super A,? super B,? super C> action,
R valueToReturn) |
static <A,B,T,E extends Throwable> Throwables.Consumer<T,E> |
Fn.Fnn.cc(A a,
B b,
TriConsumer<A,B,T> triConsumer) |
static <A,T,U,E extends Throwable> Throwables.BiConsumer<T,U,E> |
Fn.Fnn.cc(A a,
TriConsumer<A,T,U> triConsumer) |
static <A,B,C,E extends Throwable> Throwables.TriConsumer<A,B,C,E> |
Fn.Fnn.cc(TriConsumer<A,B,C> triConsumer) |