Contents

Publishers.AllSatisfy

A publisher that publishes a single Boolean value that indicates whether all received elements pass a given predicate.

Declaration

struct AllSatisfy<Upstream> where Upstream : Publisher

Topics

Creating an all satisfy publisher

Declaring supporting types

Inspecting publisher properties

See Also

Applying matching criteria to elements