tryAllSatisfy(_:) Declarationfunc tryAllSatisfy(_ predicate: (Output) throws -> Bool) -> Result<Bool, any Error>.Publisher See AlsoApplying matching criteria to elementscontains(_:)contains(where:)tryContains(where:)allSatisfy(_:)