CaseObjectInstantiate

oxygen.meta.K0.ProductGeneric.CaseObjectGeneric.CaseObjectInstantiate

Attributes

Graph
Supertypes
class Instantiate
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def instance(using Quotes): Expr[A]

Inherited methods

def either[Left : Type](f: FExpr[RightProjection[Left]])(using evidence$1: Type[Left], Quotes): Expr[Either[Left, ProductGeneric.this.A]]

Attributes

Inherited from:
Instantiate
def fieldsToInstance[S[_] : SeqOps](exprs: S[Expr[_]])(using evidence$1: SeqOps[S], Quotes): Expr[ProductGeneric.this.A]

Attributes

Inherited from:
Instantiate
def id(f: IdExpr)(using Quotes): Expr[ProductGeneric.this.A]

Attributes

Inherited from:
Instantiate
def monad[F[_] : Type](f: FExpr[F])(using monad: ExprMonad[F], evidence$1: Type[F], Quotes): Expr[F[ProductGeneric.this.A]]

Attributes

Inherited from:
Instantiate
def option(f: FExpr[Option])(using Quotes): Expr[Option[ProductGeneric.this.A]]

Attributes

Inherited from:
Instantiate