TypeAliasSpecification

org.finos.morphir.ir.TypeModule.Specification$.TypeAliasSpecification
sealed case class TypeAliasSpecification[+Attributes](typeParams: Chunk[Name], expr: Type[Attributes]) extends Specification[Attributes]

Attributes

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

Members list

Value members

Inherited methods

def ??(doc: String): Documented[Specification[Attributes]]

Attributes

Inherited from:
Specification

Attributes

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

Attributes

Inherited from:
Specification
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product