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