HtmlTableEncoder

Companion:
class
trait ProductDerivation[HtmlTableEncoder]
trait CommonDerivation[HtmlTableEncoder]
class Object
trait Matchable
class Any

Type members

Inherited types

type Typeclass[T] = TypeClass[T]
Inherited from:
CommonDerivation

Value members

Concrete methods

def apply[A](implicit ev: HtmlTableEncoder[A]): ev
def columnEncoder[A](f: A => String): HtmlTableEncoder[A]

Inherited methods

inline def `getParams__`[T, Labels <: Tuple, Params <: Tuple](annotations: Map[String, List[Any]], inheritedAnnotations: Map[String, List[Any]], typeAnnotations: Map[String, List[Any]], repeated: Map[String, Boolean], defaults: Map[String, Option[() => Any]], idx: Int): List[Param[Typeclass, T]]
Inherited from:
CommonDerivation
inline def derivedMirror[A](using mirror: Of[A]): HtmlTableEncoder[A]
Inherited from:
ProductDerivation
inline def derivedMirrorProduct[A](product: ProductOf[A]): HtmlTableEncoder[A]
Inherited from:
CommonDerivation
inline def getParams[T, Labels <: Tuple, Params <: Tuple](annotations: Map[String, List[Any]], typeAnnotations: Map[String, List[Any]], repeated: Map[String, Boolean], idx: Int): List[Param[Typeclass, T]]
Inherited from:
CommonDerivation
inline def getParams_[T, Labels <: Tuple, Params <: Tuple](annotations: Map[String, List[Any]], inheritedAnnotations: Map[String, List[Any]], typeAnnotations: Map[String, List[Any]], repeated: Map[String, Boolean], idx: Int): List[Param[Typeclass, T]]
Inherited from:
CommonDerivation
def join[T](ctx: CaseClass[HtmlTableEncoder, T]): HtmlTableEncoder[T]

Givens

Inherited givens

given autoDerive[T](using Of[T]): HtmlTableEncoder[T]
given derived[A](using Of[A]): TypeClass[A]
Inherited from:
ProductDerivation

Implicits

Inherited implicits

implicit def iterableEncoder[Coll <: (Iterable), A](implicit encoder: HtmlTableEncoder[A]): HtmlTableEncoder[Coll[A]]