Close the underlying data source.
Close the underlying data source. The behaviour of any methods of this object after closing it is undefined.
(Changed in version 2.8.0) collect
has changed. The previous behavior can be reproduced with toSeq
.
Return a new value or call finished()
Return a new value or call finished()
Return a new CloseableIterator which also closes the supplied Closeable object when itself gets closed.
Return a new CloseableIterator which also closes the supplied Closeable object when itself gets closed.
(positionedResultIterator: MonadOps[T]).filter(p)
(positionedResultIterator: MonadOps[T]).flatMap(f)
(positionedResultIterator: MonadOps[T]).map(f)
(positionedResultIterator: MonadOps[T]).withFilter(p)
An CloseableIterator for a PositionedResult.