DocumentedGen

org.finos.morphir.ir.generator.DocumentedGen$
See theDocumentedGen 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 documented[R, A](stringGen: Gen[R, String], dataGen: Gen[R, A]): Gen[R, Documented[A]]

Attributes

Inherited from:
DocumentedGen
final def documentedFromAttributes[R, A](implicit attributes: Gen[R, A]): Gen[R, Documented[A]]

Attributes

Inherited from:
DocumentedGen