Int

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

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Comparable
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

final def compare(that: Comparable): Int

Attributes

Inherited from:
Comparable
override def isNumeric: Boolean

Attributes

Definition Classes
Inherited from:
Numeric
def printed: String

Attributes

Inherited from:
RTValue
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def succinct: String

Attributes

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

Attributes

Definition Classes
Inherited from:
Primitive

Concrete fields