arrow-core-data / arrow.core.computations / validated
object ~~validated~~
Deprecated: The either
computation block supports validated with the right short-circuiting semantics
eager | fun <E, A> eager(c: suspend RestrictedValidatedEffect <E, *>.() -> A): Validated <E, A> |
invoke | suspend operator fun <E, A> invoke(c: suspend ValidatedEffect <E, *>.() -> A): Validated <E, A> |
Do you like Arrow?
✖