arrow-core / arrow.core.extensions.validated.applicativeError
| arrow.core.Either | |
| arrow.core.Validated | |
| arrow.Kind | |
| arrow.typeclasses.ApplicativeError | 
| 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?
✖