CanCatchFuture

final class CanCatchFuture(val EC0: ExecutionContext) extends CanCatch[[T] =>> Future[T]]
trait CanCatch[[T] =>> Future[T]]
trait CanCatch[[T] =>> Future[T]]
class Object
trait Matchable
class Any

Type members

Inherited types

override type Xor[A, B] = Either[A, B]
Inherited from
CanCatch
override type XorT[A, B] = EitherT[F, A, B]
Inherited from
CanCatch

Value members

Concrete methods

@SuppressWarnings(scala.Array.apply[java.lang.String]("org.wartremover.warts.Nothing", "org.wartremover.warts.Throw")(scala.reflect.ClassTag.apply[java.lang.String](classOf[java.lang.String])))
override def catchNonFatal[A, B](fb: => Future[B])(f: Throwable => A): Future[Either[A, B]]
Definition Classes
CanCatch
override def catchNonFatalEither[A, B](fab: => Future[Either[A, B]])(f: Throwable => A): Future[Either[A, B]]
Definition Classes
CanCatch

Inherited methods

override def catchNonFatalEitherT[A, B](fab: => EitherT[[T] =>> Future[T], A, B])(f: Throwable => A): EitherT[[T] =>> Future[T], A, B]
Definition Classes
CanCatch -> CanCatch
Inherited from
CanCatch

Concrete fields

val EC0: ExecutionContext