TryAsyncShift
- Source
- TryAsyncShift.scala
Value members
Concrete methods
def recover[F[_], U >: T](o: Try[T], m: CpsMonad[F])(pf: PartialFunction[Throwable, F[U]]): F[Try[U]]
- Source
- TryAsyncShift.scala
def recoverWith[F[_], U >: T](o: Try[T], m: CpsMonad[F])(pf: PartialFunction[Throwable, F[Try[U]]]): F[Try[U]]
- Source
- TryAsyncShift.scala