# `NSArray allSatisfy(_:)`

*Instance Method*

## Declaration

```swift
func allSatisfy(_ predicate: ((Any?) -> Bool)!) -> Bool
```

