Contents

Publishers.TryLastWhere

A publisher that waits until after the stream finishes and then publishes the last element of the stream that satisfies an error-throwing predicate closure.

Declaration

struct TryLastWhere<Upstream> where Upstream : Publisher

Topics

Creating a try-last-where publisher

Declaring supporting types

Inspecting publisher properties

See Also

Selecting specific elements