IteratorUtils

aptus.aptutils.IteratorUtils
object IteratorUtils

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def groupByPreSortedKey[K, V](itr: Iterator[(K, V)]): Iterator[(K, List[V])]
def logIteratorProgress[A](n: Int, debug: A => String)(iter: Iterator[A]): Iterator[A]
def zipSameSize[A, B](itr: Iterator[A], that: Iterator[B]): Iterator[(A, B)]