public class F7Functions
extends java.lang.Object
Constructor and Description |
---|
F7Functions() |
Modifier and Type | Method and Description |
---|---|
static <A,B,C,D,E,F$,G,H> |
f(F7<A,B,C,D,E,F$,G,H> func,
A a)
Partial application.
|
static <A,B,C,D,E,F,G,H,Z extends java.lang.Exception> |
toF7(TryCatch7<A,B,C,D,E,F,G,H,Z> t)
Promotes the TryCatch7 to a Validation that returns an Exception on the failure side and its result on the success side.
|
public static <A,B,C,D,E,F,G,H,Z extends java.lang.Exception> F7<A,B,C,D,E,F,G,Validation<Z,H>> toF7(TryCatch7<A,B,C,D,E,F,G,H,Z> t)
t
- A TryCatch7 to promote