Instance Method インスタンスメソッド

transformedValue:

Returns the result of transforming a given value. 与えられた値の変換の結果を返します。

Declaration 宣言

- (id)transformedValue:(id)value;

Parameters パラメータ

value

The value to transform. 変換する値。

Return Value 戻り値

The result of transforming value. valueを変換することの結果。

The default implementation simply returns value. 省略時の実装は、単純にvalueを返します。

Discussion 議論

A subclass should override this method to transform and return an object based on value. サブクラスは、このメソッドをオーバーライドしてあるオブジェクトをvalueに基づいて変換して返すべきです。

See Also 参照

Transforming Values 値を変換する