build_KeyPath(root:keyPath:)

iOS
17+
macOS
14+
tvOS
17+
watchOS
10+
static func build_KeyPath<Root, Value>(root: Root, keyPath: any KeyPath<Root.Output, Value> & Sendable) -> PredicateExpressions.KeyPath<Root, Value> where Root : PredicateExpression