Root

natchez.InMemory$.Lineage$.Root$
See theRoot companion class
object Root extends Root

Attributes

Companion
class
Source
InMemory.scala
Graph
Supertypes
trait Product
trait Mirror
class Root
trait Serializable
trait Product
trait Equals
trait Lineage
class Object
trait Matchable
class Any
Show all
Self type
Root.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Inherited methods

def /(name: String): Child

Attributes

Inherited from:
Lineage
Source
InMemory.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product