TypeId

zio.schema.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

Type members

Classlikes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TypeId
class Object
trait Matchable
class Any
Show all
case object Structural extends TypeId

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait TypeId
class Object
trait Matchable
class Any
Show all
Self type
Structural.type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

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]