Publishers.TryContainsWhere
A publisher that emits a Boolean value upon receiving an element that satisfies the throwing predicate closure.
Declaration
struct TryContainsWhere<Upstream> where Upstream : PublisherA publisher that emits a Boolean value upon receiving an element that satisfies the throwing predicate closure.
struct TryContainsWhere<Upstream> where Upstream : Publisher