Type

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

sealed case class ExtensibleRecord[+A](attributes: A, name: Name, fields: Chunk[FieldT[A]]) extends Type[A]

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object Folder

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Folder.type
trait Folder[-Context, -Attrib, Z]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class RewritingFolder[Context, Attrib]
class MapReferenceName[Attrib]
object Size.type
object ToString.type
class ForEach[Context, Attrib]
trait ForEachZIO[Context, Attrib]
Show all
abstract class ForEach[-Context, -Attrib] extends Folder[Context, Attrib, Unit]

Attributes

Supertypes
trait Folder[Context, Attrib, Unit]
class Object
trait Matchable
class Any
trait ForEachZIO[-Context, -Attrib] extends Folder[Context, Attrib, Task[Unit]]

Attributes

Supertypes
trait Folder[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

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Function.type
final class MapTypeAttributes[+A](val input: () => Type[A])

Attributes

Supertypes
class Object
trait Matchable
class Any
sealed case class Record[+A](attributes: A, fields: Chunk[Field[Type[A]]]) extends Type[A]

Attributes

Companion
object
Supertypes
trait Type[A]
trait Serializable
trait Product
trait Equals
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: Chunk[Type[A]]) extends Type[A]

Attributes

Companion
object
Supertypes
trait Type[A]
trait Serializable
trait Product
trait Equals
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: Chunk[Type[A]]) extends Type[A]

Attributes

Companion
object
Supertypes
trait Type[A]
trait Serializable
trait Product
trait Equals
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 Type[A]
trait Serializable
trait Product
trait Equals
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 Type[A]
trait Serializable
trait Product
trait Equals
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]
final implicit def UTypeExtensions(self: UType): UTypeExtensions