Documentation Language: Swift

Method

allSatisfy(_:)

Inherited from Sequence.allSatisfy(_:).

func allSatisfy(_ predicate: (Self.Element) throws -> Bool) rethrows -> Bool