- collectExhaustively
Tells the receiver to collect iteratively.
レシーバに反復的に収集するように伝えます。
Availability 有効性
Technology
- (void)collectIfNeeded;
You use this method to indicate to the collector that there is an opportunity to perform a collection. Collection is subject to interruption on user input. あなたはこのメソッドを使って、収集を実行する好機であることを、コレクタに指し示します。収集は、ユーザ入力において中断される場合があります。
- collectExhaustively