Contents

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.

See Also

Creating an Expression for a Value