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