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
EitherorAsyncEitherLikein an iterable iterable and collect theRightvalues into aBuilder.