static let averageKeyValueOperator : NSKeyValueOperator
The
@avg
array operator.
@avg
配列演算子。
static let countKeyValueOperator : NSKeyValueOperator
The
@count
array operator.
@count
配列演算子。
static let distinctUnionOfArraysKeyValueOperator : NSKeyValueOperator
The
@distinctUnionOfArrays
array operator.
@distinctUnionOfArrays
配列演算子。
static let distinctUnionOfObjectsKeyValueOperator : NSKeyValueOperator
The
@distinctUnionOfObjects
array operator.
@distinctUnionOfObjects
配列演算子。
static let distinctUnionOfSetsKeyValueOperator : NSKeyValueOperator
The
@distinctUnionOfSets
array operator.
@distinctUnionOfSets
配列演算子。
static let maximumKeyValueOperator : NSKeyValueOperator
The
@max
array operator.
@max
配列演算子。
static let minimumKeyValueOperator : NSKeyValueOperator
The
@min
array operator.
@min
配列演算子。
static let sumKeyValueOperator : NSKeyValueOperator
The
@sum
array operator.
@sum
配列演算子。
static let unionOfArraysKeyValueOperator : NSKeyValueOperator
The
@unionOfArrays
array operator.
@unionOfArrays
配列演算子。
static let unionOfObjectsKeyValueOperator : NSKeyValueOperator
The
@unionOfObjects
array operator.
@unionOfObjects
配列演算子。
static let unionOfSetsKeyValueOperator : NSKeyValueOperator
The
@unionOfSets
array operator.
@unionOfSets
配列演算子。