Uses of Interface
fj.function.TryEffect1
-
Packages that use TryEffect1 Package Description fj Types that set the premise for the existence of Functional Java.fj.function A prelude of commonly used first-class functions -
-
Uses of TryEffect1 in fj
Methods in fj with parameters of type TryEffect1 Modifier and Type Method Description static <A,Z extends java.lang.Exception>
F<A,Validation<Z,Unit>>TryEffect. f(TryEffect1<A,Z> t)
-
Uses of TryEffect1 in fj.function
Methods in fj.function that return TryEffect1 Modifier and Type Method Description default <Z extends java.lang.Exception>
TryEffect1<A,Z>Effect1. toTryEffect1()
-