Concurrently map the elements in an iterable to Either or AsyncEitherLike and collect the Right values into a Builder.
Either
AsyncEitherLike
Right
Builder
If any Either is Left, the state of the provided Builder is undefined.
Left
Generated using TypeDoc
Concurrently map the elements in an iterable to
EitherorAsyncEitherLikeand collect theRightvalues into aBuilder.