TypeId

izumi.idealingua.model.common.TypeId$
See theTypeId companion trait
object TypeId

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
TypeId.type

Members list

Concise view

Type members

Classlikes

final case class AdtId(path: TypePath, name: TypeName) extends TypeId

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TypeId
class Object
trait Matchable
class Any
object AdtId

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
AdtId.type
final case class AliasId(path: TypePath, name: TypeName) extends TypeId

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TypeId
class Object
trait Matchable
class Any
final case class BuzzerId(domain: DomainId, name: TypeName)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class ConstId(domain: DomainId, name: TypeName)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class DTOId(path: TypePath, name: TypeName) extends StructureId

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TypeId
class Object
trait Matchable
class Any
object DTOId

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
DTOId.type
final case class EnumId(path: TypePath, name: TypeName) extends ScalarId

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ScalarId
trait TypeId
class Object
trait Matchable
class Any
final case class IdentifierId(path: TypePath, name: TypeName) extends ScalarId

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ScalarId
trait TypeId
class Object
trait Matchable
class Any
final case class InterfaceId(path: TypePath, name: TypeName) extends StructureId

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TypeId
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ServiceId(domain: DomainId, name: TypeName)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class StreamsId(domain: DomainId, name: TypeName)

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror