You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to add to Handle methods that takes PartialFunction something like ApplicativeError has (recover and recoverWith). For all unmatched cases raise an exception with ApplicativeError, something like:
It would be nice to add to
Handle
methods that takes PartialFunction something likeApplicativeError
has (recover
andrecoverWith
). For all unmatched cases raise an exception with ApplicativeError, something like:And one step further, it would be super awesome if it would be possible to do like:
some_code.handlePartiallyWith[NarrowError](_.asLeft[Unit].pure[F])
The text was updated successfully, but these errors were encountered: