CustomTypeSpecification

org.finos.morphir.ir.TypeModule.Specification.CustomTypeSpecification
See theCustomTypeSpecification companion object
sealed case class CustomTypeSpecification[+Attribs](typeParams: Chunk[Name], ctors: Constructors[Attribs]) extends Specification[Attribs]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Specification[Attribs]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
Specification

Attributes

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

Attributes

Inherited from:
Specification
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product