case class KeyIndexFormatEntry[K, T <: KeyIndex[K]](typeName: String)(implicit evidence$1: Encoder[K], evidence$2: Decoder[K], evidence$3: ClassTag[K], evidence$4: Encoder[T], evidence$5: Decoder[T], evidence$6: ClassTag[T]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KeyIndexFormatEntry
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All