DerivedTypeSpecification

org.finos.morphir.universe.ir.TypeSpecification$.DerivedTypeSpecification
final case class DerivedTypeSpecification[+A](typeParams: List[Name], derivationProps: DerivedType[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[A]

Attributes

Inherited from:
TypeSpecification