(Changed in version 2.8.0) collect
has changed. The previous behavior can be reproduced with toSeq
.
(readAheadIterator: MonadOps[T]).filter(p)
(readAheadIterator: MonadOps[T]).flatMap(f)
(readAheadIterator: MonadOps[T]).map(f)
(readAheadIterator: StringAdd).self
(readAheadIterator: StringFormat).self
(readAheadIterator: MonadOps[T]).withFilter(p)
(Since version 2.10.0) use fold instead
(readAheadIterator: ArrowAssoc[ReadAheadIterator[T]]).x
(Since version 2.10.0) Use leftOfArrow
instead
(readAheadIterator: Ensuring[ReadAheadIterator[T]]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
An iterator on top of a data source which does not offer a hasNext() method without doing a next()