idCanRecover
trait CanRecover[Id]
class Object
trait Matchable
class Any
Value members
Concrete methods
@inline
final override def recoverFromNonFatal[A, AA >: A](fa: => Id[A])(handleError: PartialFunction[Throwable, AA]): Id[AA]
- Definition Classes
- CanRecover
@SuppressWarnings(scala.Array.apply[java.lang.String]("org.wartremover.warts.Throw")(scala.reflect.ClassTag.apply[java.lang.String](classOf[java.lang.String]))) @inline
final override def recoverFromNonFatalWith[A, AA >: A](fa: => Id[A])(handleError: PartialFunction[Throwable, Id[AA]]): Id[AA]
- Definition Classes
- CanRecover
Inherited methods
@inline
final def recoverEitherFromNonFatal[A, AA >: A, B, BB >: B](fab: => Id[Either[A, B]])(handleError: PartialFunction[Throwable, Either[AA, BB]]): Id[Either[AA, BB]]
- Inherited from
- CanRecover
@inline
final def recoverEitherFromNonFatalWith[A, AA >: A, B, BB >: B](fab: => Id[Either[A, B]])(handleError: PartialFunction[Throwable, Id[Either[AA, BB]]]): Id[Either[AA, BB]]
- Inherited from
- CanRecover