DeriveAccessors

quotidian.examples.accessors.DeriveAccessors
See theDeriveAccessors companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def delegate[Service : Type, R : Type, E : Type, A : Type](using Quotes)(serviceExpr: Expr[Service], symbol: Symbol, args: List[Term]): Expr[ZIO[R, E, A]]
def makeAccessorImpl[Service : Type](using Quotes)(symbol: Symbol): Expr[Any]
def makeAccessorsImpl[S : Type](implicit evidence$6: Type[S], Quotes): Expr[Any]

Implicits

Implicits

implicit transparent inline def gen[S]: Any