Contents

Publishers.Zip4.Output

The kind of values published by this publisher.

Declaration

typealias Output = (A.Output, B.Output, C.Output, D.Output)

Discussion

This publisher produces four-element tuples, whose members’ types correspond to the types produced by the upstream publishers.

See Also

Declaring supporting types