arrow-core / arrow.core.extensions.validated.applicativeError

Package arrow.core.extensions.validated.applicativeError

Extensions for External Classes

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

Functions

catch fun <E, A> ~~catch~~(SE: Semigroup<E>, arg0: (Throwable) -> E, arg1: () -> A): Validated<E, A>
effectCatch suspend fun <E, A> ~~effectCatch~~(SE: Semigroup<E>, arg0: (Throwable) -> E, arg1: suspend () -> A): Validated<E, A>
raiseError fun <E, A> E.~~raiseError~~(SE: Semigroup<E>): Validated<E, A>

Do you like Arrow?

Arrow Org
<