case constantValue
An expression that always returns the same value.
常に同じ値を返す式。
case evaluatedObject
An expression that always returns the parameter object itself.
常にパラメータオブジェクトそれ自体を返す式。
case variable
An expression that always returns whatever value is associated with the key specified by ‘variable’ in the bindings dictionary.
常に束縛辞書の中の ‘variable’ によって指定されたキーと結びつけられるどのような値でも返す式。
case keyPath
An expression that returns something that can be used as a key path.
キーパスとして使われることができる何かを返す式。
case function
An expression that returns the result of evaluating a function.
ある関数を評価する結果を返す式。
case unionSet
An expression that creates a union of the results of two nested expressions.
2つの入れ子にされた式の結果の和集合を作成する式。
case intersectSet
An expression that creates an intersection of the results of two nested expressions.
2つの入れ子にされた式の結果の共通集合を作成する式。
case minusSet
An expression that combines two nested expression results by set subtraction.
2つの入れ子にされた式の結果を集合減算によって結合する式。
case subquery
An expression that filters a collection using a subpredicate.
あるコレクションを下位述部を使ってフィルタする式。
case aggregate
An expression that defines an aggregate of
NSExpression
objects.
NSExpression
オブジェクトの集計を定義する式。
case anyKey
An expression that represents any key.
何らかのキーを表す式。
case block
An expression that uses a Block.
Blockを使う式。