| Modifier and Type | Method and Description |
|---|---|
default <U> Function3<A,B,C,U> |
andThen(Function1<R,U> after) |
R |
apply(A t1,
B t2,
C t3) |
default <U> Function1<U,R> |
compose(Function1<U,A> beforeT1,
Function1<U,B> beforeT2,
Function1<U,C> beforeT3) |
default Function1<A,Function1<B,Function1<C,R>>> |
curried() |
default Function1<Tuple3<A,B,C>,R> |
tupled() |