KeyOf

scala.build.options.ShadowingSeq$.KeyOf
See theKeyOf companion object
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

Members list

Concise view

Value members

Abstract methods

def orElse(main: T, defaults: T): T
Implicitly added by monoid
def zero: T
Implicitly added by monoid

Concrete methods

def sum(values: Seq[T]): T
Implicitly added by monoid

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product