init(upstream:)
Creates a publisher that automatically connects to an upstream connectable publisher.
Declaration
init(upstream: Upstream)Parameters
- upstream:
The publisher from which this publisher receives elements.
Creates a publisher that automatically connects to an upstream connectable publisher.
init(upstream: Upstream)The publisher from which this publisher receives elements.