arrow-fx / arrow.fx.extensions.io.applicativeError
| arrow.core.Either | |
| arrow.Kind | |
| arrow.typeclasses.ApplicativeError | |
| kotlin.Throwable |
| catch | fun <A> ~~catch~~(arg0: (Throwable) -> Throwable, arg1: () -> A): IO<A> |
| effectCatch | suspend fun <A> ~~effectCatch~~(arg0: (Throwable) -> Throwable, arg1: suspend () -> A): IO<A> |
| applicativeError | fun IO.Companion.~~applicativeError~~(): IOApplicativeError |
Do you like Arrow?
✖