MString

org.finos.morphir.MString
See theMString companion object
final case class MString(value: String, flags: PrimitiveFlags) extends MPrimitive[String]

Attributes

Companion
object
Graph
Supertypes
trait MPrimitive[String]
trait MData[String]
trait MValue[String]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

type Type <: String

Attributes

Inherited from:
MValue

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product