case class ExactBranch(branch: Branch, elements: List[Element], matchLetterIndex: Int) extends Path with Exact with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Exact, Path, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExactBranch
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Exact
  7. Path
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExactBranch(branch: Branch, elements: List[Element], matchLetterIndex: Int)

Value Members

  1. val branch: Branch
  2. val elements: List[Element]
    Definition Classes
    ExactBranchPath
  3. def excluding: Option[UpdatedPath]
    Definition Classes
    Exact
  4. def including(value: V): UpdatedPath
    Definition Classes
    Path
  5. val matchLetterIndex: Int
  6. def mbValue: Option[V]
    Definition Classes
    ExactBranchExact
  7. def replacementForIncluding(v: V): NewElements
    Definition Classes
    ExactBranchPath
  8. def replacementOrDeletionForExcluding: Option[NewElements]
    Definition Classes
    ExactBranchExact
  9. def updatedPath(newElements: NewElements): UpdatedPath
    Definition Classes
    Path