Case

oxygen.meta.K0.SumGeneric.Case
final case class Case[I <: A](idx: Int, productGeneric: ProductGeneric[I])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def name: String
def optionalAnnotation[Annot : Type]: Option[Expr[Annot]]
def optionalAnnotationT[Annot[_] : Type]: Option[Expr[Annot[I]]]
def requiredAnnotation[Annot : Type]: Expr[Annot]
def requiredAnnotationT[Annot[_] : Type]: Expr[Annot[I]]
def typeClassInstance[TC[_]](instances: LazyTypeClasses[TC]): Expr[TC[I]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Givens

Givens

given tpe: Type[I]