Contents

init(_:_:_:_:)

Creates a publisher created by applying the zip function to four upstream publishers.

Declaration

init(_ a: A, _ b: B, _ c: C, _ d: D)

Parameters

  • a:

    A publisher to zip.

  • b:

    A second publisher to zip.

  • c:

    A third publisher to zip.

  • d:

    A fourth publisher to zip.