Contents

init(forKeyPath:)

Creates an expression that invokes the value function with a specified key path.

Declaration

init(forKeyPath keyPath: String)

Parameters

  • keyPath:

    The key path that the new expression should evaluate.

Return Value

A new expression that invokes value(forKeyPath:) with keyPath.

See Also

Creating an Expression for a Value