Contents

Publishers.Merge

A publisher created by applying the merge function to two upstream publishers.

Declaration

struct Merge<A, B> where A : Publisher, B : Publisher, A.Failure == B.Failure, A.Output == B.Output

Topics

Creating a merge publisher

Merging elements

Declaring supporting types

Inspecting publisher properties

Comparing publishers

Default Implementations

See Also

Combining elements from multiple publishers