Publishers.CombineLatest4
A publisher that receives and combines the latest elements from four publishers.
Declaration
struct CombineLatest4<A, B, C, D> where A : Publisher, B : Publisher, C : Publisher, D : Publisher, A.Failure == B.Failure, B.Failure == C.Failure, C.Failure == D.Failure