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

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[FieldT[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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
trait ForEachZIO[-Context, -Attrib] extends TypeFolder[Context, Attrib, Task[Unit]]

Attributes

Supertypes
trait TypeFolder[Context, Attrib, Task[Unit]]
class Object
trait Matchable
class Any
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
final class MapTypeAttributes[+A](val input: () => Type[A])

Attributes

Supertypes
class Object
trait Matchable
class Any
sealed case class Record[+A](attributes: A, fields: List[FieldT[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 Record

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Record.type
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

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Tuple.type
implicit class UTypeExtensions(self: UType)

Attributes

Supertypes
class Object
trait Matchable
class Any
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

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Variable.type

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

Implicits

Implicits

implicit val CovariantType: Covariant[Type]
implicit val CovariantTypeInstance: Covariant[Type]
final implicit def UTypeExtensions(self: UType): UTypeExtensions