Publishers.FirstWhere
A publisher that only publishes the first element of a stream to satisfy a predicate closure.
Declaration
struct FirstWhere<Upstream> where Upstream : PublisherA publisher that only publishes the first element of a stream to satisfy a predicate closure.
struct FirstWhere<Upstream> where Upstream : Publisher