Int

org.finos.morphir.runtime.quick.Result.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 Result
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]

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:
Result
def unwrapBoolean: Boolean

Attributes

Inherited from:
Result
def unwrapDecimal: BigDecimal

Attributes

Inherited from:
Result
def unwrapDouble: Double

Attributes

Inherited from:
Result
def unwrapFloat: Double

Attributes

Inherited from:
Result
def unwrapInt: Int

Attributes

Inherited from:
Result
def unwrapList: List[Result]

Attributes

Inherited from:
Result
def unwrapLong: Long

Attributes

Inherited from:
Result
def unwrapMap: LinkedHashMap[Result, Result]

Attributes

Inherited from:
Result

Attributes

Inherited from:
Result

Attributes

Inherited from:
Result
def unwrapString: String

Attributes

Inherited from:
Result
def unwrapTuple: List[Result]

Attributes

Inherited from:
Result

Concrete fields