Contents

init(_:_:_:_:_:)

Creates a publisher created by applying the merge function to five upstream publishers.

Declaration

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

Parameters

  • a:

    A publisher to merge

  • b:

    A second publisher to merge.

  • c:

    A third publisher to merge.

  • d:

    A fourth publisher to merge.

  • e:

    A fifth publisher to merge.