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.
Keeps calling f
until a scala.util.Right[B]
is returned.
Keeps calling f
until a scala.util.Right[B]
is returned.
Groups the implementation for the type-classes defined in monix.types.