init(upstream:)
Creates a publisher that publishes the number of elements received from the upstream publisher.
Declaration
init(upstream: Upstream)Parameters
- upstream:
The publisher from which this publisher receives elements.
Creates a publisher that publishes the number of elements received from the upstream publisher.
init(upstream: Upstream)The publisher from which this publisher receives elements.