CanHandleErrorFuture
trait FutureCanHandleError
trait CanHandleError[[T] =>> Future[T]]
class Object
trait Matchable
class Any
Value members
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
@inline
override def handleNonFatalWith[A, AA >: A](fa: => Future[A])(handleError: Throwable => Future[AA]): Future[AA]
- Definition Classes
- Inherited from
- FutureCanHandleError