CustomType

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