arrow-core-data / arrow.core.computations / validated / invoke
suspend operator inline fun <E, A> invoke(crossinline c: suspend ValidatedEffect<E, *>.() -> A): Validated<E, A>
suspend operator inline fun <E, A> invoke(crossinline c: suspend
ValidatedEffect
<E, *>.() -> A):
Validated
<E, A>
Do you like Arrow?