Contents

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