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