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