effectie-cats-effect3
effectie-cats-effect3
effectie.ce3
canCatch
canCatchId
canCatchIo
canHandleError
idCanHandleError
ioCanHandleError
canRecover
idCanRecover
ioCanRecover
fromFuture
fromFutureToId
fromFutureToIo
fx
idFx
ioFx
fxCtor
idFxCtor
ioFxCtor
toFuture
idToFuture
ioToFuture
effectie-cats-effect3
/
effectie.ce3
/
canCatch
/
canCatchId
canCatchId
given
canCatchId
:
CanCatch
[
Id
]
Value members
Value members
Concrete methods
inline override
def
catchNonFatalThrowable
[A](fa: =>
Id
[A]):
Id
[
Either
[
Throwable
, A]]
Definition Classes
CanCatch
final inline override
def
mapFa
[A, B](fa:
Id
[A])(f: A => B):
Id
[B]
Definition Classes
CanCatch
Inherited methods
@
inline
final
def
catchNonFatal
[A, B](fb: =>
Id
[B])(f:
Throwable
=> A):
Id
[
Either
[A, B]]
Inherited from
CanCatch
@
inline
final
def
catchNonFatalEither
[A, AA >: A, B](fab: =>
Id
[
Either
[A, B]])(f:
Throwable
=> AA):
Id
[
Either
[AA, B]]
Inherited from
CanCatch