arrow-core-data / arrow.core.computations / ValidatedEffect
interface ValidatedEffect<E, A> : Effect<Validated<E, A>>
| bind | open suspend fun <B> Validated<E, B>.bind(): B | 
    
| component1 | open suspend operator fun <B> Validated<E, B>.~~component1~~(): B | 
    
| not | open suspend operator fun <B> Validated<E, B>.~~not~~(): B | 
    
| RestrictedValidatedEffect | interface RestrictedValidatedEffect<E, A> : ValidatedEffect<E, A> | 
    
Do you like Arrow?
✖