---
title: "allSatisfy(_:)"
framework: swift-package-manager
role: symbol
role_heading: Instance Method
path: "swift-package-manager/documentation/packageplugin/pathlist/allsatisfy(_:)"
---

# allSatisfy(_:)

Inherited from Sequence.allSatisfy(_:).

## Declaration

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