ShowMacro

quotidian.examples.show.ShowMacro
object ShowMacro

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ShowMacro.type

Members list

Value members

Concrete methods

def deriveShow[A : Type](implicit evidence$1: Type[A], Quotes): Expr[Show[A]]
def deriveShowProduct[A : Type](using Quotes)(mirror: Product[x$1.type, A]): Expr[Show[A]]
def deriveShowSum[A : Type](using Quotes)(mirror: Sum[x$1.type, A]): Expr[Show[A]]