Contents

Publishers.CombineLatest3.Output

The kind of values published by this publisher.

Declaration

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

Discussion

This publisher produces three-element tuples of the upstream publishers’ output types.

See Also

Declaring supporting types