Type

org.finos.morphir.universe.ir.Type$
See theType companion trait
object Type

Attributes

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

Members list

Type members

Classlikes

final case class ExtensibleRecord[+A](attributes: A, name: Name, fields: List[Field[A]]) extends Type[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Type[A]
class Object
trait Matchable
class Any
Show all
final case class Field[+A](name: Name, tpe: Type[A])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Function[+A](attributes: A, argumentType: Type[A], returnType: Type[A]) extends Type[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Type[A]
class Object
trait Matchable
class Any
Show all
final case class Record[+A](attributes: A, fields: List[Field[A]]) extends Type[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Type[A]
class Object
trait Matchable
class Any
Show all
final case class Reference[+A](attributes: A, typeName: FQName, typeParams: List[Type[A]]) extends Type[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Type[A]
class Object
trait Matchable
class Any
Show all
final case class Tuple[+A](attributes: A, elements: List[Type[A]]) extends Type[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Type[A]
class Object
trait Matchable
class Any
Show all
final case class Unit[+A](attributes: A) extends Type[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Type[A]
class Object
trait Matchable
class Any
Show all
final case class Variable[+A](attributes: A, name: Name) extends Type[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Type[A]
class Object
trait Matchable
class Any
Show all

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

Value members

Concrete methods

def reference[A](attributes: A)(name: FQName, typeParams: List[Type[A]]): Reference[A]