Case
oxygen.meta.K0.SumGeneric.Case
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- Child
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
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
Concrete fields
In this article