Contents

init(_:)

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

Declaration

init<S>(_ upstream: S) where Upstream == S.Element, S : Sequence

Parameters

  • upstream:

    A sequence containing zero or more publishers to merge with this publisher.

See Also

Creating a merge many publisher