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