Evaluate the Either in an async iterable and collect the Right values into a Builder.
Either
Right
Builder
If any Either is Left, the state of the provided Builder is undefined.
Left
Generated using TypeDoc
Evaluate the
Eitherin an async iterable and collect theRightvalues into aBuilder.