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