Evaluate the Maybe in an async iterable and collect the Just values into a Builder.
Maybe
Just
Builder
If any Maybe is Nothing, the state of the provided Builder is undefined.
Nothing
Generated using TypeDoc
Evaluate the
Maybe
in an async iterable and collect theJust
values into aBuilder
.