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