FutureCanHandleError
abstract class FutureCanHandleError(val ec: ExecutionContext) extends CanHandleError[[T] =>> Future[T]]
Type members
Inherited types
Value members
Concrete methods
override def handleNonFatalWith[A, AA >: A](fa: => Future[A])(handleError: Throwable => Future[AA]): Future[AA]
- Definition Classes
Inherited methods
def handleEitherTNonFatal[A, AA >: A, B, BB >: B](efab: => XorT[A, B])(handleError: Throwable => Xor[AA, BB]): XorT[AA, BB]
- Inherited from
- CanHandleError
def handleEitherTNonFatalWith[A, AA >: A, B, BB >: B](efab: => XorT[A, B])(handleError: Throwable => Future[Xor[AA, BB]]): XorT[AA, BB]
- Inherited from
- CanHandleError