ShadowingSeq

final case class ShadowingSeq[T]

Seq ensuring some of its values are unique according to some key

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def ++(other: Seq[T])(implicit key: KeyOf[T]): ShadowingSeq[T]
def map[U](f: T => U)(implicit key: KeyOf[U]): ShadowingSeq[U]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

lazy val toSeq: Seq[T]