final case class Extension[L, V, H](subkey: IndexedSeq[L], child: NodeSource[L, V, H]) extends Node[L, V, H] with UniqueSubkey[L, V, H] 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: NodeSource[L, V, H])
Value Members
- val child: NodeSource[L, V, H]
-
val
subkey: IndexedSeq[L]
- Definition Classes
- Extension → UniqueSubkey