com.stratio.common.utils.functional
An StatefulIterator is just an Iterator that needs to track some kind of state for determining if it has next values or not.
Internal iterator state.
(Changed in version 2.8.0) collect has changed. The previous behavior can be reproduced with toSeq.
collect
toSeq
(Since version 2.10.0) use fold instead
An StatefulIterator is just an Iterator that needs to track some kind of state for determining if it has next values or not.