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