CoproductShape

case
class CoproductShape[T, R <: Tuple, RV <: Tuple, D, DN](subtypeDescriptions: R)(using ctx: CtxWrapTuplesConstraint[Ctx[T, D], R, RV], uniqT: UniqueTypeNames[R], uniqDV: UniqueDiscriminatorValues[R], dEv: ValidDiscriminator[D, DN, R])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product