Uses of Interface
fj.function.Try7
-
Packages that use Try7 Package Description fj Types that set the premise for the existence of Functional Java. -
-
Uses of Try7 in fj
Methods in fj with parameters of type Try7 Modifier and Type Method Description static <A,B,C,D,E,F,G,H,Z extends java.lang.Exception>
F7<A,B,C,D,E,F,G,Validation<Z,H>>Try. f(Try7<A,B,C,D,E,F,G,H,Z> t)
Promotes the Try7 to a Validation that returns an Exception on the failure side and its result on the success side.
-