TypeAlias

org.finos.morphir.ir.TypeModule.Definition$.TypeAlias
sealed case class TypeAlias[+Attributes](typeParams: Chunk[Name], typeExp: Type[Attributes]) extends Definition[Attributes]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Definition[Attributes]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def collectReferences: Set[FQName]

Attributes

Inherited from:
Definition

Attributes

Inherited from:
Definition
def map[B](f: Attributes => B): Definition[B]

Attributes

Inherited from:
Definition
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toSpecification: Specification[Attributes]

Attributes

Inherited from:
Definition