Specification

org.finos.morphir.ir.TypeModule.Specification
See theSpecification companion trait
object Specification

Attributes

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

Members list

Type members

Classlikes

sealed case class CustomTypeSpecification[+Attribs](typeParams: Chunk[Name], ctors: Constructors[Attribs]) extends Specification[Attribs]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Specification[Attribs]
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 class MapSpecificationAttributes[+A](val input: () => Specification[A])

Attributes

Supertypes
class Object
trait Matchable
class Any
sealed case class OpaqueTypeSpecification(typeParams: Chunk[Name]) extends Specification[Nothing]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Specification[Nothing]
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 TypeAliasSpecification[+Attribs](typeParams: Chunk[Name], expr: Type[Attribs]) extends Specification[Attribs]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Specification[Attribs]
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 fromDefinition[A](definition: Definition[A]): Specification[A]