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