Contents

Publishers.TryFirstWhere

A publisher that only publishes the first element of a stream to satisfy a throwing predicate closure.

Declaration

struct TryFirstWhere<Upstream> where Upstream : Publisher

Topics

Creating a try-first-where publisher

Declaring supporting types

Inspecting publisher properties

See Also

Selecting specific elements