Int

org.finos.morphir.runtime.RTValue.Primitive.Int
See theInt companion object
case class Int(value: MInt) extends Numeric[MInt]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Numeric[MInt]
trait Primitive[MInt]
trait ValueResult[MInt]
trait RTValue
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def fractionalHelper: Option[Fractional[MInt]]
def integralHelper: Option[Integral[MInt]]
def numericHelper: Numeric[MInt]
def valueAsInt: Int

Inherited methods

override def isNumeric: Boolean

Attributes

Definition Classes
Inherited from:
Numeric
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def succinct(depth: Int): String

Attributes

Definition Classes
Inherited from:
Primitive
def succinct: String

Attributes

Inherited from:
RTValue

Concrete fields