Contents

init(upstream:)

Creates a publisher that ignores all upstream elements, but passes along the upstream publisher’s completion state (finish or failed).

Declaration

init(upstream: Upstream)

Parameters

  • upstream:

    The publisher from which this publisher receives elements.