init(_:_:)
Creates a publisher that receives and combines the latest elements from two publishers.
Declaration
init(_ a: A, _ b: B)Parameters
- a:
The first upstream publisher.
- b:
The second upstream publisher.
Creates a publisher that receives and combines the latest elements from two publishers.
init(_ a: A, _ b: B)The first upstream publisher.
The second upstream publisher.