TypeId

object TypeId
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
TypeId.type

Type members

Classlikes

final case class Nominal(packageName: Chunk[String], objectNames: Chunk[String], typeName: String) extends TypeId
case object Structural extends TypeId

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def fromTypeName(typeName: String): TypeId
def parse(s: String): TypeId

Implicits

Implicits

implicit lazy val schema: Schema[TypeId]