Uses of Interface
fj.function.Effect0
-
Packages that use Effect0 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 Effect0 in fj
Methods in fj that return Effect0 Modifier and Type Method Description default Effect0
F0. toEffect0()
Methods in fj with parameters of type Effect0 Modifier and Type Method Description static P1<Unit>
Effect. f(Effect0 e)
-
Uses of Effect0 in fj.data
Methods in fj.data that return types with arguments of type Effect0 Modifier and Type Method Description static F<Effect0,IO<Unit>>
Conversions. Effect_IO()
static F<Effect0,SafeIO<Unit>>
Conversions. Effect_SafeIO()
static F<Effect0,P1<Unit>>
Conversions. Effect0_P1()
Methods in fj.data with parameters of type Effect0 Modifier and Type Method Description static IO<Unit>
Conversions. Effect_IO(Effect0 e)
static SafeIO<Unit>
Conversions. Effect_SafeIO(Effect0 e)
static P1<Unit>
Conversions. Effect0_P1(Effect0 e)
-
Uses of Effect0 in fj.function
Methods in fj.function that return Effect0 Modifier and Type Method Description default Effect0
Try0. toEffect0()
default Effect0
TryEffect0. toEffect0()
-