TypeSpec

org.finos.morphir.universe.ir.TypeInfo.TypeSpec
final case class TypeSpec[+A](info: TypeSpecification[A]) extends TypeInfo[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TypeInfo[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
TypeInfo
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product