JamCoreMacro

jam.core.JamCoreMacro$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def brewFromImpl[J : Type](using q: Quotes)(self: Expr[AnyRef])(config: Expr[JamConfig]): Expr[J]
def brewFromRecImpl[J : Type](using q: Quotes)(self: Expr[AnyRef])(config: Expr[JamConfig]): Expr[J]
def brewFromWithImpl[J : Type](using q: Quotes)(f: Expr[_])(self: Expr[AnyRef])(config: Expr[JamConfig]): Expr[J]
def brewFromWithRecImpl[J : Type](using q: Quotes)(self: Expr[AnyRef], f: Expr[_])(config: Expr[JamConfig]): Expr[J]
def brewImpl[J : Type](using q: Quotes)(config: Expr[JamConfig]): Expr[J]
def brewRecImpl[J : Type](using q: Quotes)(config: Expr[JamConfig]): Expr[J]
def brewWithImpl[J : Type](using q: Quotes)(f: Expr[_])(config: Expr[JamConfig]): Expr[J]
def brewWithRecImpl[J : Type](using q: Quotes)(f: Expr[_])(config: Expr[JamConfig]): Expr[J]