Uses of Interface
fj.function.TryEffect2
-
Packages that use TryEffect2 Package Description fj Types that set the premise for the existence of Functional Java. -
-
Uses of TryEffect2 in fj
Methods in fj with parameters of type TryEffect2 Modifier and Type Method Description static <A,B,Z extends java.lang.Exception>
F2<A,B,Validation<Z,Unit>>TryEffect. f(TryEffect2<A,B,Z> t)
-