public interface TriFunction<A,B,C,R> extends Try.TriFunction<A,B,C,R,java.lang.RuntimeException>
Modifier and Type | Method and Description |
---|---|
default <V> TriFunction<A,B,C,V> |
andThen(java.util.function.Function<? super R,? extends V> after) |
R |
apply(A a,
B b,
C c) |
create