---
title: PredicateExpressions.Negation
framework: foundation
role: symbol
role_heading: Structure
path: foundation/predicateexpressions/negation
---

# PredicateExpressions.Negation

## Declaration

```swift
struct Negation<Wrapped> where Wrapped : PredicateExpression, Wrapped.Output == Bool
```

## Topics

### Initializers

- [init(_:)](foundation/predicateexpressions/negation/init(_:).md)

### Instance Properties

- [wrapped](foundation/predicateexpressions/negation/wrapped.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Escapable](swift/escapable.md)
- [PredicateExpression](foundation/predicateexpression.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [StandardPredicateExpression](foundation/standardpredicateexpression.md)
