Type

org.finos.morphir.internal.TypeModule.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

object Attributes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Attributes.type
sealed 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]
trait TypeExpr
class Object
trait Matchable
class Any
Show all
sealed 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]
trait TypeExpr
class Object
trait Matchable
class Any
Show all
sealed case class Record[+A](attributes: A, fields: List[Field[A]]) extends Type[A]

Attributes

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Type[A]
trait TypeExpr
class Object
trait Matchable
class Any
Show all
object Reference

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Reference.type
sealed case class Tuple[+A](attributes: A, elements: List[Type[A]]) extends Type[A]

Attributes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Type[A]
trait TypeExpr
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]

Implicits

Implicits