Contents

Publishers.MergeMany

A publisher created by applying the merge function to an arbitrary number of upstream publishers.

Declaration

struct MergeMany<Upstream> where Upstream : Publisher

Topics

Creating a merge many publisher

Merging elements

Declaring supporting types

Inspecting publisher properties

Comparing publishers

Default Implementations

See Also

Combining elements from multiple publishers