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 : PublisherA publisher that publishes a single Boolean value that indicates whether all received elements pass a given predicate.
struct AllSatisfy<Upstream> where Upstream : Publisher