Contents

transformedValueClass()

Returns the class of the value returned by the receiver for a forward transformation.

Declaration

class func transformedValueClass() -> AnyClass

Return Value

The class of the value returned by the receiver for a forward transformation.

Discussion

A subclass should override this method to return the appropriate class.

See Also

Getting Information About a Transformer