idCanRecover

given idCanRecover: CanRecover[Id]

Value members

Concrete methods

inline override def recoverFromNonFatal[A, AA >: A](fa: => Id[A])(handleError: PartialFunction[Throwable, AA]): Id[AA]
Definition Classes
CanRecover
inline 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