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 : PublisherA publisher that only publishes the first element of a stream to satisfy a throwing predicate closure.
struct TryFirstWhere<Upstream> where Upstream : Publisher