Contents

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.