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