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