Basic

org.finos.morphir.datamodel.Concept.Basic
See theBasic companion object
sealed trait Basic[+A] extends Concept

Attributes

Companion
object
Graph
Supertypes
trait Concept
class Object
trait Matchable
class Any
Known subtypes
object Boolean
object Byte
object Char
object DayOfWeek
object Decimal
object Float
object Int16
object Int32
object Int64
object Integer
object LocalDate
object LocalTime
object Month
object Nothing
object Order
object String
object Unit
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 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