Concurrently map the elements in an iterable to Validation or AsyncValidationLike and collect the successes into a Builder.
Validation
AsyncValidationLike
Builder
If any Validation fails, the state of the provided Builder is undefined.
Generated using TypeDoc
Concurrently map the elements in an iterable to
Validation
orAsyncValidationLike
and collect the successes into aBuilder
.