init(_:_:_:)
Creates a publisher created by applying the merge function to three upstream publishers.
Declaration
init(_ a: A, _ b: B, _ c: C)Parameters
- a:
A publisher to merge
- b:
A second publisher to merge.
- c:
A third publisher to merge.
Creates a publisher created by applying the merge function to three upstream publishers.
init(_ a: A, _ b: B, _ c: C)A publisher to merge
A second publisher to merge.
A third publisher to merge.