Generic Initializer

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 式をある値に対して作成する