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 : SequenceParameters
- upstream:
A sequence containing zero or more publishers to merge with this publisher.