CustomType

org.finos.morphir.ir.TypeModule.Definition$.CustomType
sealed case class CustomType[+Attributes](typeParams: Chunk[Name], ctors: AccessControlled[Constructors[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