case class ExactLeaf(leaf: Leaf, elements: List[Element]) 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. ExactLeaf
  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 ExactLeaf(leaf: Leaf, elements: List[Element])

Value Members

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