(Changed in version 2.8.0) collect has changed. The previous behavior can be reproduced with toSeq.
Upgrades Iterators to return results in batches of a given size.
Upgrades Iterators to return results in batches of a given size.
(Note that paging does imply anything on the buffering strategy)
Instruct the implementation to truncate at its earliest convenience and dispose of resources.
Instruct the implementation to truncate at its earliest convenience and dispose of resources.
true if the consumer instructed the producer to stop.
The producer's side of org.eigengo.scalad.mongo.ConsumerIterator.
Implementations should extend this and be thread safe for multiple producer threads and may assume a single consumer thread.