---
title: subpredicates
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nscompoundpredicate/subpredicates
---

# subpredicates

The receiver’s subpredicates.

## Declaration

```swift
var subpredicates: [Any] { get }
```

## See Also

### Getting Information About a Compound Predicate

- [compoundPredicateType](foundation/nscompoundpredicate/compoundpredicatetype.md)
- [NSCompoundPredicate.LogicalType](foundation/nscompoundpredicate/logicaltype.md)
