Contents

Publishers.TryAllSatisfy

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

Declaration

struct TryAllSatisfy<Upstream> where Upstream : Publisher

Topics

Creating a try-all-satisfy publisher

Declaring supporting types

Inspecting publisher properties

See Also

Applying matching criteria to elements