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