ModuleDefinitionGen

org.finos.morphir.ir.generator.ModuleDefinitionGen$
See theModuleDefinitionGen companion trait

Attributes

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

Members list

Concise view

Value members

Inherited methods

final def moduleDefinition[R, TA, VA](typesGen: Gen[R, Map[Name, AccessControlled[Documented[Definition[TA]]]]], valuesGen: Gen[R, Map[Name, AccessControlled[Documented[ValueDefinition[TA, VA]]]]]): Gen[R, Definition[TA, VA]]

Attributes

Inherited from:
ModuleDefinitionGen
final def moduleDefinitionFromAttributes[R, TA, VA](implicit typeAttributes: Gen[R, TA], valueAttributes: Gen[R, VA]): Gen[R, Definition[TA, VA]]

Attributes

Inherited from:
ModuleDefinitionGen