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