org.finos.morphir.ir.module

Members list

Type members

Classlikes

final case class Definition[+TA, +VA](types: Map[Name, AccessControlled[Documented[Definition[TA]]]], values: Map[Name, AccessControlled[Documented[ValueDefinition[TA, VA]]]])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Definition[TA, VA]
object Definition

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Definition.type
trait ModuleModule

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ModuleModule
object Module
object ModuleModule extends ModuleModule

Attributes

Companion
trait
Supertypes
trait ModuleModule
class Object
trait Matchable
class Any
Self type
trait ModuleSpecFor[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object ModuleSpecFor

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
final case class Specification[+TA](types: Map[Name, Documented[Specification[TA]]], values: Map[Name, Documented[ValueSpecification[TA]]])

Attributes

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

Attributes

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