<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/PredicateExpressions/Negation",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation20PredicateExpressionsO8NegationV"
  },
  "title" : "PredicateExpressions.Negation"
}
-->

# PredicateExpressions.Negation

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

## Topics

### Initializers

[`init(Wrapped)`](/documentation/Foundation/PredicateExpressions/Negation/init(_:))

### Instance Properties

[`let wrapped: Wrapped`](/documentation/Foundation/PredicateExpressions/Negation/wrapped)

## Relationships

### Conforms To

[`Encodable`](/documentation/Swift/Encodable)

[`Copyable`](/documentation/Swift/Copyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Escapable`](/documentation/Swift/Escapable)

[`Decodable`](/documentation/Swift/Decodable)

[`PredicateExpression`](/documentation/Foundation/PredicateExpression)

[`Sendable`](/documentation/Swift/Sendable)

[`StandardPredicateExpression`](/documentation/Foundation/StandardPredicateExpression)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)