Contents

Publishers.Last

A publisher that waits until after the stream finishes, and then publishes the last element of the stream.

Declaration

struct Last<Upstream> where Upstream : Publisher

Topics

Creating a last publisher

Declaring supporting types

Inspecting publisher properties

Comparing publishers

Default Implementations

See Also

Selecting specific elements