closes this stream and releases any system resources associated with it
closes this stream and releases any system resources associated with it
(Changed in version 2.8.0) collect has changed. The previous behavior can be reproduced with toSeq.
(closeableChunkIter: MonadOps[Seq[A]]).filter(p)
(closeableChunkIter: MonadOps[Seq[A]]).flatMap(f)
(closeableChunkIter: MonadOps[Seq[A]]).map(f)
(closeableChunkIter: MonadOps[Seq[A]]).withFilter(p)
a closeable iterator of chunks. has method
close: Unit, along with the standardIteratormethods, so that enumerator can be closed early when the iteratee is complete.