init(_:_:_:)
Creates a publisher that applies the zip function to three upstream publishers.
Declaration
init(_ a: A, _ b: B, _ c: C)Parameters
- a:
A publisher to zip.
- b:
A second publisher to zip.
- c:
A third publisher to zip.
Creates a publisher that applies the zip function to three upstream publishers.
init(_ a: A, _ b: B, _ c: C)A publisher to zip.
A second publisher to zip.
A third publisher to zip.