TypeSpec

org.finos.morphir.universe.ir.TypeSpec$
See theTypeSpec companion class
object TypeSpec

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TypeSpec.type

Members list

Type members

Classlikes

object CustomType

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
CustomType.type
object DerivedType

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object OpaqueType

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
OpaqueType.type
object TypeAlias

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
TypeAlias.type

Types

type CustomType[+A] = TypeSpec[CustomType, A]
type OpaqueType = TypeSpec[Properties, Nothing]
type TypeAlias[+A] = TypeSpec[TypeAlias, A]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror