This builder replaces the awkward ProviderUtils#zip with a more fluent and "official-looking" API. It supports zipping more than two providers at a time. Although not included in this PR, we could support optional providers, which can be useful in some scenarios.
This builder replaces the awkward
ProviderUtils#zip
with a more fluent and "official-looking" API. It supports zipping more than two providers at a time. Although not included in this PR, we could support optional providers, which can be useful in some scenarios.