ShadowingSeq

scala.build.options.ShadowingSeq$
See theShadowingSeq companion class

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class KeyOf[T](get: T => Option[String], groups: Seq[T] => Seq[Int])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object KeyOf

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
KeyOf.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def empty[T]: ShadowingSeq[T]
def from[T](values: Seq[T])(implicit key: KeyOf[T]): ShadowingSeq[T]

Implicits

Implicits

implicit def hashedField[T](implicit hasher: HashedType[T]): HasHashData[ShadowingSeq[T]]
implicit def monoid[T](implicit key: KeyOf[T]): ConfigMonoid[ShadowingSeq[T]]