init(forKeyPath:)
Creates an expression using a key path you specify.
Declaration
convenience init<Root, Value>(forKeyPath keyPath: KeyPath<Root, Value>)Parameters
- keyPath:
The key path that the new expression evaluates.
Creates an expression using a key path you specify.
convenience init<Root, Value>(forKeyPath keyPath: KeyPath<Root, Value>)The key path that the new expression evaluates.