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