LowPriorityHtmlTableEncoders

class Object
trait Matchable
class Any
object HtmlTableEncoder.type

Value members

Concrete methods

Implicits

Implicits

implicit val bigDecimalColumnDecoder: HtmlTableEncoder[BigDecimal]
implicit val booleanColumnDecoder: HtmlTableEncoder[Boolean]
implicit def iterableEncoder[Coll <: (Iterable), A](implicit encoder: HtmlTableEncoder[A]): HtmlTableEncoder[Coll[A]]
implicit val localDateColumnDecoder: HtmlTableEncoder[LocalDate]
implicit val localDateTimeColumnDecoder: HtmlTableEncoder[LocalDateTime]
implicit def optionEncoder[A : HtmlTableEncoder]: HtmlTableEncoder[Option[A]]