arrow-core / arrow.core.extensions.either.applicativeError

Package arrow.core.extensions.either.applicativeError

Extensions for External Classes

arrow.core.Either  
arrow.Kind  
arrow.typeclasses.ApplicativeError  

Functions

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?

Arrow Org
<