Contents

init(upstream:)

Creates a publisher that waits until after the stream finishes and then publishes the last element of the stream.

Declaration

init(upstream: Upstream)

Parameters

  • upstream:

    The publisher from which this publisher receives elements.