effectie-core
effectie-core
effectie.core
CanCatch
CanCatch
CanCatchFuture
FutureCanCatch
CanHandleError
CanHandleError
CanHandleErrorFuture
FutureCanHandleError
CanRecover
CanRecover
CanRecoverFuture
FutureCanRecover
ConsoleEffect
ConsoleEffect
ConsoleEffectWithoutFlatMap
FromFuture
FromFuture
FromFutureToIdTimeout
Fx
Fx
FutureFx
FxOfFuture
FxCtor
FxCtor
FutureFxCtor
FxCtorFuture
ToFuture
ToFuture
YesNo
YesNo
effectie-core
/
effectie.core
/
CanCatch
CanCatch
trait
CanCatch
[F[*]]
Companion
object
Graph
Supertypes
Known subtypes
class
Object
trait
Matchable
class
Any
trait
FutureCanCatch
class
CanCatchFuture
trait
FxOfFuture
class
FutureFx
trait
Fx
[
F
]
Value members
Value members
Abstract methods
def
catchNonFatalThrowable
[A](fa: =>
F
[A]):
F
[
Either
[
Throwable
, A]]
def
mapFa
[A, B](fa:
F
[A])(f: A => B):
F
[B]
Concrete methods
@
inline
final
def
catchNonFatal
[A, B](fb: =>
F
[B])(f:
Throwable
=> A):
F
[
Either
[A, B]]
@
inline
final
def
catchNonFatalEither
[A, AA >: A, B](fab: =>
F
[
Either
[A, B]])(f:
Throwable
=> AA):
F
[
Either
[AA, B]]