EasyDerive

scautable.package$.EasyDerive
trait EasyDerive[TC[_]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object HtmlTableRender.type

Members list

Concise view

Type members

Classlikes

case class CaseClassElement[A, B](label: String, typeclass: TC[B], getValue: A => B, idx: Int)

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

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

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Abstract methods

Concrete methods

final def apply[A](using tc: TC[A]): TC[A]
inline def getElemLabels[A <: Tuple]: List[String]
inline def getInstances[A <: Tuple]: List[TC[Any]]

Givens

Givens

inline given derived[A <: Product](using m: Of[A]): TC[A]