ValueDefinitionGen

org.finos.morphir.ir.generator.ValueDefinitionGen$
See theValueDefinitionGen 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 valueDefinition[R, TA, VA](inputTypesGen: Gen[R, Chunk[(Name, VA, Type[TA])]], outputTypeGen: Gen[R, Type[TA]], bodyGen: Gen[R, Value[TA, VA]]): Gen[R, ValueDefinition[TA, VA]]

Attributes

Inherited from:
ValueDefinitionGen
final def valueDefinitionFromAttributes[R, TA, VA](implicit typeAttributes: Gen[R, TA], valueAttributes: Gen[R, VA]): Gen[R, ValueDefinition[TA, VA]]

Attributes

Inherited from:
ValueDefinitionGen