MInt

org.finos.morphir.MInt
See theMInt companion object
final case class MInt(value: SafeLong, flags: PrimitiveFlags) extends MPrimitive[MorphirInt]

Attributes

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

Members list

Type members

Inherited types

type Type <: A

Attributes

Inherited from:
MValue

Value members

Concrete methods

def %(that: MInt): MInt
def *(that: MInt): MInt
def +(that: MInt): MInt
def -(that: MInt): MInt
def /(that: MInt): MInt
def toInt: Int
def toLong: Long
def unary_-: MInt

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product