arrow-fx / arrow.fx.extensions / IOApplicativeError / handleError
open fun <A> IOOf<A>.handleError(f: (Throwable) -> A): IO<A>
open fun <A>
IOOf
<A>.handleError(f: (
Throwable
) -> A):
IO
<A>
Do you like Arrow?