arrow-core-data / arrow.core.computations / ValidatedEffect

ValidatedEffect

interface ValidatedEffect<E, A> : Effect<Validated<E, A>>

Functions

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

Inheritors

RestrictedValidatedEffect interface RestrictedValidatedEffect<E, A> : ValidatedEffect<E, A>

Do you like Arrow?

Arrow Org
<