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

collectExhaustively

Tells the receiver to collect iteratively. レシーバに反復的に収集するように伝えます。

Declaration 宣言

- (void)collectExhaustively;

Discussion 議論

You use this method to indicate to the collector that it should perform an exhaustive collection. Collection is subject to interruption on user input. あなたはこのメソッドを使って、それがある徹底的収集を実行すべきであることを、コレクタに指し示します。収集は、ユーザ入力において中断される場合があります。

See Also 参照

Triggering Collection コレクションを引き起こす