Deferred
oxygen.meta.K0.Entity.Child.Deferred
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
class Case[B]
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- Child
final def summonTypeClassOrDerive[TC[_] : Type](f: => Type[B] ?=> Expr[TC[B]])(using evidence$1: Type[TC], quotes: Quotes): Expr[TC[B]]
Attributes
- Inherited from:
- Entity
Meant to be used in the following manner:
Meant to be used in the following manner:
Entity in this entity could be any of Generic, ProductGeneric, SumGeneric, Field, Case
val untyped: Entity[?] = ???
type A
val typed: Entity[A] = untyped.typedAs[A]
Entity in this case could be any of Generic, ProductGeneric, SumGeneric, Field, Case
Attributes
- Inherited from:
- Entity
Inherited and Abstract methods
Attributes
- Inherited from:
- Child
In this article