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.FailureA publisher that receives and combines the latest elements from three publishers.
struct CombineLatest3<A, B, C> where A : Publisher, B : Publisher, C : Publisher, A.Failure == B.Failure, B.Failure == C.Failure