class func transformedValueClass () -> AnyClass
Returns the class of the value returned by the receiver for a forward transformation.
レシーバによって返される値のクラスを前方変換のために返します。
Availability 有効性
Technology
class func allowsReverseTransformation() -> Bool
true
if the receiver supports reverse value transformations, otherwise false
.
true
、もしレシーバが逆値変換をサポートするならば、そうでなければfalse
。
The default is true
.
省略時は、true
です。
Subclasses should override this method to return false
if they do not support reverse value transformations.
サブクラスは、このメソッドをオーバーライドして、false
を返すべきです、もしそれが逆値変換をサポートしないならば。
class func transformedValueClass () -> AnyClass