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