IterableUtils

class Object
trait Matchable
class Any

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)