Contents

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.