NSIsNilTransformerName
This value transformer returns
YES
if the value is nil
.
この値変換子はYES
を、その値がnil
であるならば返します。
NSIsNotNilTransformerName
This value transformer returns
YES
if the value is non-nil
.
この値変換子はYES
を、もしその値が非nil
であるならば返します。
NSKeyedUnarchiveFromDataTransformerName
The name of the value transformer that attempts to unarchive data stored inside a keyed archive in an object you provide.
値トランスフォーマの名前、それはあるキー付きアーカイブ内に格納されたアンアーカイブデータをあなたが提供するあるオブジェクトの中にアーカブするものです。
NSNegateBooleanTransformerName
This value transformer negates a boolean value, transforming
YES
to NO
and NO
to YES
.
この値変換子はブール値を否定します、YES
をNO
にそしてNO
をYES
に変換します。
NSUnarchiveFromDataTransformerName
The name of the value transformer that attempts to unarchive data from an object you provide.
NSSecureUnarchiveFromDataTransformerName
The name of the value transformer that creates then returns an object by attempting to unarchive the data to a class that supports secure coding.