allSatisfy(_:) Declarationfunc allSatisfy(_ predicate: (Output) -> Bool) -> Just<Bool> See AlsoApplying matching criteria to elementscontains(_:)contains(where:)tryContains(where:)tryAllSatisfy(_:)