init(_:)
Creates a publisher created by applying the merge function to an arbitrary number of upstream publishers.
Declaration
init(_ upstream: Upstream...)Parameters
- upstream:
A variadic parameter containing zero or more publishers to merge with this publisher.