TypeAlias

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

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Definition

Attributes

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

Attributes

Inherited from:
Definition
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Attributes

Inherited from:
Definition