MValue

org.finos.morphir.MValue$
See theMValue companion trait
object MValue

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
MValue.type

Members list

Type members

Classlikes

final case class PrimitiveFlags(isLiteral: Boolean)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object Value

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Value.type

Types

type MorphirDecimal = BigDecimal
type MorphirFloat = Double
type MorphirInt = SafeLong

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def bool(value: Boolean): MValue[Boolean]
def bool(value: Boolean, isLiteral: Boolean): MValue[Boolean]
def float(value: MorphirFloat, isLiteral: Boolean): MValue[MorphirFloat]
def int(value: MorphirInt, isLiteral: Boolean): MValue[MorphirInt]
def string(value: String): MValue[String]
def string(value: String, isLiteral: Boolean): MValue[String]

Concrete fields

val unit: MValue[Unit]