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