init(upstream:)
Creates a publisher that “flattens” nested publishers.
Declaration
init(upstream: Upstream)Parameters
- upstream:
The publisher from which this publisher receives elements.
Creates a publisher that “flattens” nested publishers.
init(upstream: Upstream)The publisher from which this publisher receives elements.