Uses of Interface
fj.function.TryEffect0
-
Packages that use TryEffect0 Package Description fj Types that set the premise for the existence of Functional Java.fj.data Common algebraic data types.fj.function A prelude of commonly used first-class functions -
-
Uses of TryEffect0 in fj
Methods in fj that return TryEffect0 Modifier and Type Method Description default <Z extends java.lang.Exception>
TryEffect0<Z>F0. toTryEffect0()
Methods in fj with parameters of type TryEffect0 Modifier and Type Method Description static <A,Z extends java.lang.Exception>
P1<Validation<Z,Unit>>TryEffect. f(TryEffect0<Z> t)
-
Uses of TryEffect0 in fj.data
Methods in fj.data with parameters of type TryEffect0 Modifier and Type Method Description static <E extends java.lang.Exception>
P1<Validation<E,Unit>>Conversions. TryEffect_P(TryEffect0<E> t)
-
Uses of TryEffect0 in fj.function
Methods in fj.function that return TryEffect0 Modifier and Type Method Description default <E extends java.lang.Exception>
TryEffect0<E>Effect0. toTryEffect0()
default TryEffect0<Z>
Try0. toTryEffect0()
-