Contents

Publishers.FirstWhere

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

Declaration

struct FirstWhere<Upstream> where Upstream : Publisher

Topics

Creating a first-where publisher

Declaring supporting types

Inspecting publisher properties

See Also

Selecting specific elements