Concurrently map the elements in an iterable to Either or AsyncEitherLike and collect the Right values in an array.
Either
AsyncEitherLike
Right
Generated using TypeDoc
Concurrently map the elements in an iterable to
Either
orAsyncEitherLike
and collect theRight
values in an array.