DocumentedGen

org.finos.morphir.ir.generator.DocumentedGen
See theDocumentedGen companion object

Attributes

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

Members list

Concise view

Value members

Concrete methods

final def documented[R, A](stringGen: Gen[R, String], dataGen: Gen[R, A]): Gen[R, Documented[A]]
final def documentedFromAttributes[R, A](implicit attributes: Gen[R, A]): Gen[R, Documented[A]]