TraitConstructorMacro

izumi.distage.constructors.TraitConstructorMacro$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def make[R : Type](implicit evidence$1: Type[R], qctx: Quotes): Expr[TraitConstructor[R]]
def makeImpl[R : Type](using qctx: Quotes)(util: ConstructorUtil[qctx.type], context: ConstructorContext[R, qctx.type, util.type]): Expr[TraitConstructor[R]]