c

com.mchange.sc.v1.consuela.trie.EthStylePMTrie.Path

EmptySubkeyAtRootBranch

case class EmptySubkeyAtRootBranch(rootBranch: Branch) extends Path with Exact with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Exact, Path, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EmptySubkeyAtRootBranch
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Exact
  7. Path
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EmptySubkeyAtRootBranch(rootBranch: Branch)

Value Members

  1. def elements: List[Element]
    Definition Classes
    EmptySubkeyAtRootBranchPath
  2. def excluding: Option[UpdatedPath]
    Definition Classes
    Exact
  3. def including(value: V): UpdatedPath
    Definition Classes
    Path
  4. def mbValue: Option[V]
    Definition Classes
    EmptySubkeyAtRootBranchExact
  5. def replacementForIncluding(v: V): NewElements
    Definition Classes
    EmptySubkeyAtRootBranchPath
  6. def replacementOrDeletionForExcluding: Option[NewElements]
    Definition Classes
    EmptySubkeyAtRootBranchExact
  7. val rootBranch: Branch
  8. def updatedPath(newElements: NewElements): UpdatedPath
    Definition Classes
    Path