Contents

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 : Publisher

Topics

Creating a try-contains-where publisher

Declaring supporting types

Inspecting publisher properties

See Also

Applying matching criteria to elements