Contents

operand

The operand for the expression.

Declaration

@NSCopying var operand: NSExpression { get }

Discussion

The operand for an expression is the object on which the expression’s selector or block will be invoked. The object is the result of evaluating a key path or one of the defined functions. Accessing this property raises an exception if it is not applicable to the expression.

See Also

Getting Information About an Expression