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
/
FutureCanCatch
FutureCanCatch
trait
FutureCanCatch
extends
CanCatch
[[T] =>>
Future
[T]]
Graph
Supertypes
Known subtypes
trait
CanCatch
[[T] =>>
Future
[T]]
class
Object
trait
Matchable
class
Any
class
CanCatchFuture
trait
FxOfFuture
class
FutureFx
Value members
Implicits
Value members
Concrete methods
@
inline
final override
def
catchNonFatalThrowable
[A](fa: =>
Future
[A]):
Future
[
Either
[
Throwable
, A]]
Definition Classes
CanCatch
@
inline
final override
def
mapFa
[A, B](fa:
Future
[A])(f: A => B):
Future
[B]
Definition Classes
CanCatch
Inherited methods
@
inline
final
def
catchNonFatal
[A, B](fb: =>
Future
[B])(f:
Throwable
=> A):
Future
[
Either
[A, B]]
Inherited from
CanCatch
@
inline
final
def
catchNonFatalEither
[A, AA >: A, B](fab: =>
Future
[
Either
[A, B]])(f:
Throwable
=> AA):
Future
[
Either
[AA, B]]
Inherited from
CanCatch
Implicits
Implicits
implicit
def
EC0
:
ExecutionContext