TypeInfo

org.finos.morphir.universe.ir.TypeInfo$
See theTypeInfo companion trait
object TypeInfo

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
TypeInfo.type

Members list

Type members

Classlikes

final case class TypeDef[+A](info: TypeDefinition[A]) extends TypeInfo[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TypeInfo[A]
class Object
trait Matchable
class Any
Show all
final case class TypeExpr[+A](info: Type[A]) extends TypeInfo[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TypeInfo[A]
class Object
trait Matchable
class Any
Show all
final case class TypeSpec[+A](info: TypeSpecification[A]) extends TypeInfo[A]

Attributes

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

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

Value members

Concrete methods

def typeDef[A](value: TypeDefinition[A]): TypeInfo[A]
def typeExpr[A](value: Type[A]): TypeInfo[A]
def typeSpec[A](value: TypeSpecification[A]): TypeInfo[A]