MetaEncode

object MetaEncode
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object EmptyMetaEncode extends MetaEncode[Any]
object Make
case class StringListMapMetaEncode[A](f: A => Map[String, List[String]]) extends MetaEncode[A]
case class StringListMetaEncode[A](f: A => List[String]) extends MetaEncode[A]
case class StringMapMetaEncode[A](f: A => Map[String, String]) extends MetaEncode[A]
case class StringValueMetaEncode[A](f: A => String) extends MetaEncode[A]
case class StructureMetaEncode[S](f: S => Metadata) extends MetaEncode[S]

Types

type Make[A] = Hinted[MetaEncode, A]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def empty[A]: MetaEncode[A]

Implicits