build_Negation(_:)

iOS
17+
macOS
14+
tvOS
17+
watchOS
10+
static func build_Negation<T>(_ wrapped: T) -> PredicateExpressions.Negation<T> where T : PredicateExpression, T.Output == Bool