final case class Extension[L, V, H](subkey: IndexedSeq[L], child: H) extends Node[L, V, H] with UniqueSubkey[L] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Extension
- Serializable
- Serializable
- Product
- Equals
- UniqueSubkey
- Node
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Extension(subkey: IndexedSeq[L], child: H)
Value Members
- val child: H
-
val
subkey: IndexedSeq[L]
- Definition Classes
- Extension → UniqueSubkey