Documented

org.finos.morphir.internal.DocumentedModule.Documented
sealed case class Documented[+A](doc: String, value: A)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def flatMap[B](f: A => Documented[B]): Documented[B]
def map[B](f: A => B): Documented[B]
def zip[B](that: Documented[B]): Documented[(A, B)]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product