TypeSpecModule

org.finos.morphir.internal.TypeSpecModule

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object mir
Self type

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
sealed case class TypeConstructorArg[+A](name: Name, tpe: Type[A])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed case class TypeConstructorArgs[+A](args: List[TypeConstructorArg[A]])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed case class TypeConstructors[+A](byName: Map[Name, TypeConstructorArgs[A]])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait TypeSpecification[+A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Types

Value members

Concrete methods

def tCtorArg[A](name: Name, tpe: Type[A]): TypeConstructorArg[A]
def tCtorArg[A](pair: (Name, Type[A])): TypeConstructorArg[A]