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