Root

natchez.InMemory$.Lineage$.Root
See theRoot companion object
case class Root(name: String) extends Lineage

Attributes

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

Members list

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