case class ExactLeaf(leaf: Leaf, elements: List[Element]) extends Path with Exact with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExactLeaf
- Serializable
- Serializable
- Product
- Equals
- Exact
- Path
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val elements: List[Element]
-
def
excluding: Option[UpdatedPath]
- Definition Classes
- Exact
-
def
including(value: V): UpdatedPath
- Definition Classes
- Path
- val leaf: Leaf
- def mbValue: Option[V]
- def replacementForIncluding(v: V): NewElements
- def replacementOrDeletionForExcluding: Option[NewElements]
-
def
updatedPath(newElements: NewElements): UpdatedPath
- Definition Classes
- Path