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