FutureCanHandleError

trait FutureCanHandleError extends CanHandleError[[T] =>> Future[T]]
trait CanHandleError[[T] =>> Future[T]]
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
override def handleNonFatal[A, AA >: A](fa: => Future[A])(handleError: Throwable => AA): Future[AA]
Definition Classes
@inline
override def handleNonFatalWith[A, AA >: A](fa: => Future[A])(handleError: Throwable => Future[AA]): Future[AA]
Definition Classes

Inherited methods

@inline
final def handleEitherNonFatal[A, AA >: A, B, BB >: B](fab: => Future[Either[A, B]])(handleError: Throwable => Either[AA, BB]): Future[Either[AA, BB]]
Inherited from
CanHandleError
@inline
final def handleEitherNonFatalWith[A, AA >: A, B, BB >: B](fab: => Future[Either[A, B]])(handleError: Throwable => Future[Either[AA, BB]]): Future[Either[AA, BB]]
Inherited from
CanHandleError

Implicits

Implicits

implicit def EC0: ExecutionContext