com.bryghts.kissnumber

IntegerNumber

final class IntegerNumber extends Number

Linear Supertypes
Number, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IntegerNumber
  2. Number
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Quot = (IntegerNumber, IntegerNumber)

Value Members

  1. def !=(x: Double): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  2. def !=(x: Float): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  3. def !=(x: Long): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  4. def !=(x: Int): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  5. def !=(x: Char): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  6. def !=(x: Short): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  7. def !=(x: Byte): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  8. def !=(x: RealNumber): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  9. def !=(x: IntegerNumber): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  10. def !=(x: Number): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  11. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  13. final def ##(): Int

    Definition Classes
    AnyRef → Any
  14. def %(x: Double): RealNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  15. def %(x: Float): RealNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  16. def %(x: Long): IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  17. def %(x: Int): IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  18. def %(x: Char): IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  19. def %(x: Short): IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  20. def %(x: Byte): IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  21. def %(x: RealNumber): RealNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  22. def %(x: IntegerNumber): IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  23. def %(x: Number): Number

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  24. def &(x: Long): IntegerNumber

    Annotations
    @inline()
  25. def &(x: Int): IntegerNumber

    Annotations
    @inline()
  26. def &(x: Char): IntegerNumber

    Annotations
    @inline()
  27. def &(x: Short): IntegerNumber

    Annotations
    @inline()
  28. def &(x: Byte): IntegerNumber

    Annotations
    @inline()
  29. def &(x: IntegerNumber): IntegerNumber

    Annotations
    @inline()
  30. def *(x: Double): RealNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  31. def *(x: Float): RealNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  32. def *(x: Long): IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  33. def *(x: Int): IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  34. def *(x: Char): IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  35. def *(x: Short): IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  36. def *(x: Byte): IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  37. def *(x: RealNumber): RealNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  38. def *(x: IntegerNumber): IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  39. def *(x: Number): Number

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  40. def +(x: Double): RealNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  41. def +(x: Float): RealNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  42. def +(x: Long): IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  43. def +(x: Int): IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  44. def +(x: Char): IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  45. def +(x: Short): IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  46. def +(x: Byte): IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  47. def +(x: RealNumber): RealNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  48. def +(x: IntegerNumber): IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  49. def +(x: Number): Number

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  50. def +(x: String): String

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  51. def -(x: Double): RealNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  52. def -(x: Float): RealNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  53. def -(x: Long): IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  54. def -(x: Int): IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  55. def -(x: Char): IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  56. def -(x: Short): IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  57. def -(x: Byte): IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  58. def -(x: RealNumber): RealNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  59. def -(x: IntegerNumber): IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  60. def -(x: Number): Number

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  61. def /(x: Double): RealNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  62. def /(x: Float): RealNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  63. def /(x: Long): RealNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  64. def /(x: Int): RealNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  65. def /(x: Char): RealNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  66. def /(x: Short): RealNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  67. def /(x: Byte): RealNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  68. def /(x: RealNumber): RealNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  69. def /(x: IntegerNumber): RealNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  70. def /(x: Number): RealNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  71. def /%(x: Long): (IntegerNumber, IntegerNumber)

    Annotations
    @inline()
  72. def /%(x: Int): (IntegerNumber, IntegerNumber)

    Annotations
    @inline()
  73. def /%(x: Char): (IntegerNumber, IntegerNumber)

    Annotations
    @inline()
  74. def /%(x: Short): (IntegerNumber, IntegerNumber)

    Annotations
    @inline()
  75. def /%(x: Byte): (IntegerNumber, IntegerNumber)

    Annotations
    @inline()
  76. def /%(x: IntegerNumber): (IntegerNumber, IntegerNumber)

    Annotations
    @inline()
  77. def <(x: Double): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  78. def <(x: Float): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  79. def <(x: Long): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  80. def <(x: Int): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  81. def <(x: Char): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  82. def <(x: Short): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  83. def <(x: Byte): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  84. def <(x: RealNumber): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  85. def <(x: IntegerNumber): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  86. def <(x: Number): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  87. def <<(x: Long): IntegerNumber

    Annotations
    @inline()
  88. def <<(x: Int): IntegerNumber

    Annotations
    @inline()
  89. def <<(x: IntegerNumber): IntegerNumber

    Annotations
    @inline()
  90. def <=(x: Double): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  91. def <=(x: Float): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  92. def <=(x: Long): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  93. def <=(x: Int): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  94. def <=(x: Char): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  95. def <=(x: Short): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  96. def <=(x: Byte): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  97. def <=(x: RealNumber): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  98. def <=(x: IntegerNumber): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  99. def <=(x: Number): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  100. def ==(x: Double): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  101. def ==(x: Float): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  102. def ==(x: Long): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  103. def ==(x: Int): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  104. def ==(x: Char): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  105. def ==(x: Short): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  106. def ==(x: Byte): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  107. def ==(x: RealNumber): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  108. def ==(x: IntegerNumber): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  109. def ==(x: Number): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  110. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  111. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  112. def >(x: Double): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  113. def >(x: Float): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  114. def >(x: Long): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  115. def >(x: Int): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  116. def >(x: Char): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  117. def >(x: Short): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  118. def >(x: Byte): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  119. def >(x: RealNumber): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  120. def >(x: IntegerNumber): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  121. def >(x: Number): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  122. def >=(x: Double): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  123. def >=(x: Float): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  124. def >=(x: Long): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  125. def >=(x: Int): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  126. def >=(x: Char): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  127. def >=(x: Short): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  128. def >=(x: Byte): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  129. def >=(x: RealNumber): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  130. def >=(x: IntegerNumber): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  131. def >=(x: Number): Boolean

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  132. def >>(x: Long): IntegerNumber

    Annotations
    @inline()
  133. def >>(x: Int): IntegerNumber

    Annotations
    @inline()
  134. def >>(x: IntegerNumber): IntegerNumber

    Annotations
    @inline()
  135. def >>>(x: Long): IntegerNumber

    Annotations
    @inline()
  136. def >>>(x: Int): IntegerNumber

    Annotations
    @inline()
  137. def >>>(x: IntegerNumber): IntegerNumber

    Annotations
    @inline()
  138. def ^(x: Long): IntegerNumber

    Annotations
    @inline()
  139. def ^(x: Int): IntegerNumber

    Annotations
    @inline()
  140. def ^(x: Char): IntegerNumber

    Annotations
    @inline()
  141. def ^(x: Short): IntegerNumber

    Annotations
    @inline()
  142. def ^(x: Byte): IntegerNumber

    Annotations
    @inline()
  143. def ^(x: IntegerNumber): IntegerNumber

    Annotations
    @inline()
  144. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  145. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  146. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  147. def equals(in: Any): Boolean

    Definition Classes
    Number → AnyRef → Any
  148. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  149. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  150. def hashCode(): Int

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

    Definition Classes
    Any
  152. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  153. final def notify(): Unit

    Definition Classes
    AnyRef
  154. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  155. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  156. def toByte: Byte

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  157. def toChar: Char

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  158. def toDouble: Double

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  159. def toFloat: Float

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  160. def toInt: Int

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  161. def toInteger: IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  162. def toLong: Long

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  163. def toReal: RealNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  164. def toShort: Short

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  165. def toString(): String

    Definition Classes
    IntegerNumber → AnyRef → Any
  166. def unary_+: IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  167. def unary_-: IntegerNumber

    Definition Classes
    IntegerNumberNumber
    Annotations
    @inline()
  168. def unary_~: IntegerNumber

    Annotations
    @inline()
  169. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  172. def |(x: Long): IntegerNumber

    Annotations
    @inline()
  173. def |(x: Int): IntegerNumber

    Annotations
    @inline()
  174. def |(x: Char): IntegerNumber

    Annotations
    @inline()
  175. def |(x: Short): IntegerNumber

    Annotations
    @inline()
  176. def |(x: Byte): IntegerNumber

    Annotations
    @inline()
  177. def |(x: IntegerNumber): IntegerNumber

    Annotations
    @inline()

Inherited from Number

Inherited from AnyRef

Inherited from Any

Ungrouped