arrow-core / arrow.core.extensions.either.applicativeError
arrow.core.Either | |
arrow.Kind | |
arrow.typeclasses.ApplicativeError |
catch | fun <L, A> ~~catch~~(arg0: ( Throwable ) -> L, arg1: () -> A): Either<L, A> |
effectCatch | suspend fun <L, A> ~~effectCatch~~(arg0: ( Throwable ) -> L, arg1: suspend () -> A): Either<L, A> |
raiseError | fun <L, A> L.~~raiseError~~(): Either<L, A> |
Do you like Arrow?
✖