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