IterableUtils

aptus.aptutils.IterableUtils
object IterableUtils

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def distinctByAdjacency[A](iter: Iterable[A]): Iterable[A]

matches the semantics of uniq in Unix (only remove adjacent duplicates)

matches the semantics of uniq in Unix (only remove adjacent duplicates)

Attributes