Object

morphir.sdk

Int

Related Doc: package sdk

Permalink

object Int

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Int
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Int = scala.Int

    Permalink
  2. type Int16 = Short

    Permalink

    Represents a 16 bit integer value.

  3. type Int32 = scala.Int

    Permalink

    Represents a 32 bit integer value.

  4. type Int64 = Long

    Permalink

    Represents a 64 bit integer value.

  5. type Int8 = Byte

    Permalink

    Represents an 8 bit integer value.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): scala.Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Int

    Permalink
  5. val Int16: Short.type

    Permalink
  6. val Int32: scala.Int.type

    Permalink
  7. val Int64: Long.type

    Permalink
  8. val Int8: Byte.type

    Permalink
  9. def apply(value: Long): Int

    Permalink
  10. def apply(value: scala.Int): Int

    Permalink
  11. def apply(value: Short): Int

    Permalink
  12. def apply(value: Byte): Int

    Permalink
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def divide(dividend: Int64)(divisor: Int64): Int64

    Permalink
    Annotations
    @inline()
  16. def divide(dividend: Int32)(divisor: Int32): Int32

    Permalink
    Annotations
    @inline()
  17. def divide(dividend: Int16)(divisor: Int16): Int16

    Permalink
    Annotations
    @inline()
  18. def divide(dividend: Int8)(divisor: Int8): Int8

    Permalink
    Annotations
    @inline()
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def fromInt16(int: Int16): Basics.Int

    Permalink
  23. def fromInt32(int: Int32): Basics.Int

    Permalink
  24. def fromInt64(int: Int64): Basics.Int

    Permalink

    Turn a 64 bit integer value into a arbitrary precision integer to use in calculations.

  25. def fromInt8(int: Int8): Basics.Int

    Permalink

    Turn an 8 bit integer value into an arbitrary precision integer to use in calculations.

  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  27. def hashCode(): scala.Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def modBy(divisor: Int64)(dividend: Int64): Int64

    Permalink
    Annotations
    @inline()
  30. def modBy(divisor: Int32)(dividend: Int32): Int32

    Permalink
    Annotations
    @inline()
  31. def modBy(divisor: Int16)(dividend: Int16): Int16

    Permalink
    Annotations
    @inline()
  32. def modBy(divisor: Int8)(dividend: Int8): Int8

    Permalink
    Annotations
    @inline()
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. def remainderBy(divisor: Int64)(dividend: Int64): Int64

    Permalink
    Annotations
    @inline()
  37. def remainderBy(divisor: Int32)(dividend: Int32): Int32

    Permalink
    Annotations
    @inline()
  38. def remainderBy(divisor: Int16)(dividend: Int16): Int16

    Permalink
    Annotations
    @inline()
  39. def remainderBy(divisor: Int8)(dividend: Int8): Int8

    Permalink
    Annotations
    @inline()
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toInt16(int: Basics.Int): Maybe[Int16]

    Permalink
  42. def toInt32(int: Basics.Int): Maybe[Int32]

    Permalink
  43. def toInt64(int: Basics.Int): Maybe[Int64]

    Permalink

    Turns an arbitrary precision integer into a 64 bit integer if it fits within the precision.

  44. def toInt8(int: Basics.Int): Maybe[Int8]

    Permalink
  45. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: scala.Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped