ConstructorsGen

org.finos.morphir.ir.generator.ConstructorsGen
See theConstructorsGen companion object

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ConstructorsGen.type
object MorphirIRGen.type

Members list

Concise view

Value members

Concrete methods

final def constructorsFromAttributes[R, A](implicit attributes: Gen[R, A]): Gen[R, Constructors[A]]
final def constructorsFromMap[R, A](toMapGen: Gen[R, Map[Name, Chunk[(Name, Type[A])]]]): Gen[R, Constructors[A]]