public class F6Functions
extends java.lang.Object
Constructor and Description |
---|
F6Functions() |
Modifier and Type | Method and Description |
---|---|
static <A,B,C,D,E,F$,G> |
f(F6<A,B,C,D,E,F$,G> func,
A a)
Partial application.
|
static <A,B,C,D,E,F,G,Z extends java.lang.Exception> |
toF6(TryCatch6<A,B,C,D,E,F,G,Z> t)
Promotes the TryCatch6 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,Z extends java.lang.Exception> F6<A,B,C,D,E,F,Validation<Z,G>> toF6(TryCatch6<A,B,C,D,E,F,G,Z> t)
t
- A TryCatch6 to promote