Evaluate the Validation in an async iterable and collect the successes in an array.
Validation
This function turns an iterable of Validation "inside out". For example, AsyncIterable<Validation<E, T>> becomes AsyncValidation<E, T[]>.
AsyncIterable<Validation<E, T>>
AsyncValidation<E, T[]>
Generated using TypeDoc
Evaluate the
Validation
in an async iterable and collect the successes in an array.