Properties

org.finos.morphir.universe.ir.TypeSpecification.Properties
See theProperties companion trait
object Properties

Attributes

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

Members list

Type members

Classlikes

final case class CustomType[+A](ctors: TypeConstructors[A]) extends Properties[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Properties[A]
class Object
trait Matchable
class Any
Show all
final case class DerivedType[+A](baseType: Type[A], fromBaseType: FQName, toBaseType: FQName) extends Properties[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Properties[A]
class Object
trait Matchable
class Any
Show all
case object OpaqueType extends Properties[Nothing]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Properties[Nothing]
class Object
trait Matchable
class Any
Show all
Self type
OpaqueType.type
final case class TypeAlias[+A](expr: Type[A]) extends Properties[A]

Attributes

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

Types

type OpaqueType = OpaqueType.type

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