ModuleSpecFor

org.finos.morphir.ir.module.ModuleSpecFor
See theModuleSpecFor companion trait
object ModuleSpecFor

Attributes

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

Members list

Value members

Concrete methods

def apply[A](implicit specFor: ModuleSpecFor[A]): ModuleSpecFor[A]

Summon the module specification for the given module/type.

Summon the module specification for the given module/type.

Attributes

def make[A](name: QualifiedModuleName)(moduleSpec: Specification[Any]): ModuleSpecFor[A]