Handle any error, by mapping it to an A
value.
Handle any error, by mapping it to an A
value.
Handle any error, potentially recovering from it, by mapping it to
an F[A]
value.
Handle any error, potentially recovering from it, by mapping it to
an F[A]
value.
Recover from certain errors by mapping them to an A
value.
Recover from certain errors by mapping them to an A
value.
Recover from certain errors by mapping them to an F[A]
value.
Recover from certain errors by mapping them to an F[A]
value.
Lift an error into the F
context.
Lift an error into the F
context.
The
RecoverableClass
provides the means to combine Recoverable instances with other type-classes.To be inherited by
Recoverable
instances.