Contents

init(_:_:)

Creates a publisher that applies the zip function to two upstream publishers.

Declaration

init(_ a: A, _ b: B)

Parameters

  • a:

    A publisher to zip.

  • b:

    Another publisher to zip.