Concurrently evaluate the Either or AsyncEitherLike in an iterable iterable 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 evaluate the
Either
orAsyncEitherLike
in an iterable iterable and collect theRight
values into aBuilder
.