static let isNilTransformerName : NSValueTransformerName
This value transformer returns
true
if the value is nil
.
この値変換子はtrue
を、その値がnil
であるならば返します。
static let isNotNilTransformerName : NSValueTransformerName
This value transformer returns
true
if the value is non-nil
.
この値変換子はtrue
を、もしその値が非nil
であるならば返します。
static let keyedUnarchiveFromDataTransformerName : NSValueTransformerName
The name of the value transformer that attempts to unarchive data stored inside a keyed archive in an object you provide.
値トランスフォーマの名前、それはあるキー付きアーカイブ内に格納されたアンアーカイブデータをあなたが提供するあるオブジェクトの中にアーカブするものです。
static let negateBooleanTransformerName : NSValueTransformerName
This value transformer negates a boolean value, transforming
true
to false
and false
to true
.
この値変換子はブール値を否定します、true
をfalse
にそしてfalse
をtrue
に変換します。
static let unarchiveFromDataTransformerName : NSValueTransformerName
The name of the value transformer that attempts to unarchive data from an object you provide.
static let secureUnarchiveFromDataTransformerName : NSValueTransformerName
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.