Contents

Publishers.LastWhere

A publisher that waits until after the stream finishes and then publishes the last element of the stream that satisfies a predicate closure.

Declaration

struct LastWhere<Upstream> where Upstream : Publisher

Topics

Creating a last-where Publisher

Declaring supporting types

Inspecting publisher properties

See Also

Selecting specific elements