Literal

org.finos.morphir.universe.ir.Literal
See theLiteral companion trait
object Literal

Attributes

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

Members list

Type members

Classlikes

object Literal

Attributes

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

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 boolLiteral(value: Boolean): Literal
def charLiteral(value: Char): Literal
def decimalLiteral(value: BigDecimal): Literal
def doubleLiteral(value: Double): Literal
def floatLiteral(value: Float): Literal
def intLiteral(value: Int): Literal
def longLiteral(value: Long): Literal
def stringLiteral(value: String): Literal