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: StringAdd).self
(positionedResultIterator: StringFormat).self
(positionedResultIterator: MonadOps[T]).withFilter(p)
(Since version 2.10.0) use fold instead
(positionedResultIterator: ArrowAssoc[PositionedResultIterator[T]]).x
(Since version 2.10.0) Use leftOfArrow
instead
(positionedResultIterator: Ensuring[PositionedResultIterator[T]]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
An CloseableIterator for a PositionedResult.