OpaqueTypeSpecification

org.finos.morphir.universe.ir.TypeSpecification$.OpaqueTypeSpecification
final case class OpaqueTypeSpecification(typeParams: List[Name]) extends TypeSpecification[Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TypeSpecification[Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def map[B](f: Nothing => 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