CustomTypeSpecification

org.finos.morphir.internal.TypeSpecModule.TypeSpecification.CustomTypeSpecification
sealed case class CustomTypeSpecification[+A](typeParams: Vector[Name], ctors: TypeConstructors[A]) extends TypeSpecification[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def map[B](f: A => B): TypeSpecification[B]

Attributes

Inherited from:
TypeSpecification
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def properties: Properties

Attributes

Inherited from:
TypeSpecification