CaseClassElement

case class CaseClassElement[A, B](label: String, typeclass: TC[B], getValue: A => B, idx: Int)
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product