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