Contents

Publishers.CombineLatest3

A publisher that receives and combines the latest elements from three publishers.

Declaration

struct CombineLatest3<A, B, C> where A : Publisher, B : Publisher, C : Publisher, A.Failure == B.Failure, B.Failure == C.Failure

Topics

Creating a combine latest-three publisher

Declaring supporting types

Inspecting publisher properties

See Also

Combining elements from multiple publishers