Contents

Publishers.ContainsWhere

A publisher that emits a Boolean value upon receiving an element that satisfies the predicate closure.

Declaration

struct ContainsWhere<Upstream> where Upstream : Publisher

Topics

Creating a contains where publisher

Declaring supporting types

Inspecting publisher properties

See Also

Applying matching criteria to elements