Concurrently evaluate the Maybe or AsyncMaybeLike in an iterable and collect the Just values into a Builder.
Maybe
AsyncMaybeLike
Just
Builder
If any Maybe is Nothing, the state of the provided Builder is undefined.
Nothing
Generated using TypeDoc
Concurrently evaluate the
Maybe
orAsyncMaybeLike
in an iterable and collect theJust
values into aBuilder
.