Struct

org.finos.morphir.datamodel.Concept.Struct
See theStruct companion object
case class Struct(fields: List[(Label, Concept)]) extends Concept

Attributes

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

Members list

Value members

Inherited methods

def collect[T](p: PartialFunction[Concept, T]): Chunk[T]

Attributes

Inherited from:
Concept
def collectAll: Chunk[Concept]

Attributes

Inherited from:
Concept
def getName: Option[FQName]

Attributes

Inherited from:
Concept
def getNameString: Option[String]

Attributes

Inherited from:
Concept
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toMorphirElm: String

Attributes

Inherited from:
Concept
def toStringPretty(color: Boolean, detailLevel: DetailLevel): String

Attributes

Inherited from:
Concept
def toStringPretty: String

Attributes

Inherited from:
Concept
def writeMorphirElmFiles(path: Path): ZIO[Any, Throwable, Unit]

Attributes

Inherited from:
Concept