Constructors

org.finos.morphir.ir.TypeModule.Constructors
See theConstructors companion object
sealed case class Constructors[+Attribs](toMap: Map[Name, Chunk[(Name, Type[Attribs])]])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Constructors[Attribs]

Members list

Value members

Concrete methods

def ctorNames: Set[Name]
def map[B](f: Attribs => B): Constructors[B]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product