Enumeration Case 列挙ケース

NSKeyValueSetMutationKind.intersect

Indicates that the observers not in the specified set are being removed from the observed object. 指定された集合の中にないオブザーバがその監視されるオブジェクトから取り除かれているところであるを指し示します。

Declaration 宣言

case intersect = 3

Discussion 議論

This kind of mutation results in a kindKey value of NSKeyValueChange.removal. この種の変更は、あるkindKey値のNSKeyValueChange.removalという結果になります。