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