MInt32

org.finos.morphir.MInt32
final case class MInt32(value: Int, flags: PrimitiveFlags) extends MPrimitive[Int]

Attributes

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

Members list

Type members

Inherited types

type Type <: Int

Attributes

Inherited from:
MValue

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product