scala.scalajs.runtime

NumberReflectiveCall

class NumberReflectiveCall extends AnyRef

Explicit box for number values when doing a reflective call. This class and its methods are only here to properly support reflective calls on numbers.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NumberReflectiveCall
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NumberReflectiveCall(value: Double)

Value Members

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

  2. def !=(x: Float): Boolean

  3. def !=(x: Long): Boolean

  4. def !=(x: Int): Boolean

  5. def !=(x: Char): Boolean

  6. def !=(x: Short): Boolean

  7. def !=(x: Byte): Boolean

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

    Definition Classes
    AnyRef → Any
  9. final def ##(): Int

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

  11. def %(x: Float): Double

  12. def %(x: Long): Double

  13. def %(x: Int): Double

  14. def %(x: Char): Double

  15. def %(x: Short): Double

  16. def %(x: Byte): Double

  17. def &(x: Long): Long

  18. def &(x: Int): Int

  19. def &(x: Char): Int

  20. def &(x: Short): Int

  21. def &(x: Byte): Int

  22. def *(x: Double): Double

  23. def *(x: Float): Double

  24. def *(x: Long): Double

  25. def *(x: Int): Double

  26. def *(x: Char): Double

  27. def *(x: Short): Double

  28. def *(x: Byte): Double

  29. def +(x: Double): Double

  30. def +(x: Float): Double

  31. def +(x: Long): Double

  32. def +(x: Int): Double

  33. def +(x: Char): Double

  34. def +(x: Short): Double

  35. def +(x: Byte): Double

  36. def +(x: String): String

  37. def -(x: Double): Double

  38. def -(x: Float): Double

  39. def -(x: Long): Double

  40. def -(x: Int): Double

  41. def -(x: Char): Double

  42. def -(x: Short): Double

  43. def -(x: Byte): Double

  44. def ->[B](y: B): (NumberReflectiveCall, B)

    Implicit information
    This member is added by an implicit conversion from NumberReflectiveCall to ArrowAssoc[NumberReflectiveCall] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  45. def /(x: Double): Double

  46. def /(x: Float): Double

  47. def /(x: Long): Double

  48. def /(x: Int): Double

  49. def /(x: Char): Double

  50. def /(x: Short): Double

  51. def /(x: Byte): Double

  52. def <(x: Double): Boolean

  53. def <(x: Float): Boolean

  54. def <(x: Long): Boolean

  55. def <(x: Int): Boolean

  56. def <(x: Char): Boolean

  57. def <(x: Short): Boolean

  58. def <(x: Byte): Boolean

  59. def <<(x: Long): Int

  60. def <<(x: Int): Int

  61. def <=(x: Double): Boolean

  62. def <=(x: Float): Boolean

  63. def <=(x: Long): Boolean

  64. def <=(x: Int): Boolean

  65. def <=(x: Char): Boolean

  66. def <=(x: Short): Boolean

  67. def <=(x: Byte): Boolean

  68. def ==(x: Double): Boolean

  69. def ==(x: Float): Boolean

  70. def ==(x: Long): Boolean

  71. def ==(x: Int): Boolean

  72. def ==(x: Char): Boolean

  73. def ==(x: Short): Boolean

  74. def ==(x: Byte): Boolean

  75. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  76. def >(x: Double): Boolean

  77. def >(x: Float): Boolean

  78. def >(x: Long): Boolean

  79. def >(x: Int): Boolean

  80. def >(x: Char): Boolean

  81. def >(x: Short): Boolean

  82. def >(x: Byte): Boolean

  83. def >=(x: Double): Boolean

  84. def >=(x: Float): Boolean

  85. def >=(x: Long): Boolean

  86. def >=(x: Int): Boolean

  87. def >=(x: Char): Boolean

  88. def >=(x: Short): Boolean

  89. def >=(x: Byte): Boolean

  90. def >>(x: Long): Int

  91. def >>(x: Int): Int

  92. def >>>(x: Long): Int

  93. def >>>(x: Int): Int

  94. def ^(x: Long): Long

  95. def ^(x: Int): Int

  96. def ^(x: Char): Int

  97. def ^(x: Short): Int

  98. def ^(x: Byte): Int

  99. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  100. def byteValue(): Byte

  101. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  102. def compareTo(that: AnyRef): Int

  103. def compareTo(that: Integer): Int

  104. def compareTo(that: java.lang.Double): Int

  105. def doubleValue(): Double

  106. def ensuring(cond: (NumberReflectiveCall) ⇒ Boolean, msg: ⇒ Any): NumberReflectiveCall

    Implicit information
    This member is added by an implicit conversion from NumberReflectiveCall to Ensuring[NumberReflectiveCall] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  107. def ensuring(cond: (NumberReflectiveCall) ⇒ Boolean): NumberReflectiveCall

    Implicit information
    This member is added by an implicit conversion from NumberReflectiveCall to Ensuring[NumberReflectiveCall] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  108. def ensuring(cond: Boolean, msg: ⇒ Any): NumberReflectiveCall

    Implicit information
    This member is added by an implicit conversion from NumberReflectiveCall to Ensuring[NumberReflectiveCall] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  109. def ensuring(cond: Boolean): NumberReflectiveCall

    Implicit information
    This member is added by an implicit conversion from NumberReflectiveCall to Ensuring[NumberReflectiveCall] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  110. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  113. def floatValue(): Float

  114. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from NumberReflectiveCall to StringFormat[NumberReflectiveCall] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  115. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  117. def intValue(): Int

  118. def isInfinite(): Boolean

  119. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  120. def isNaN(): Boolean

  121. def longValue(): Long

  122. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  125. def shortValue(): Short

  126. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  127. def toByte: Byte

  128. def toChar: Char

  129. def toDouble: Double

  130. def toFloat: Float

  131. def toInt: Int

  132. def toLong: Long

  133. def toShort: Short

  134. def toString(): String

    Definition Classes
    AnyRef → Any
  135. def unary_+: Double

  136. def unary_-: Double

  137. def unary_~: Int

  138. final def wait(): Unit

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

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

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

  142. def |(x: Int): Int

  143. def |(x: Char): Int

  144. def |(x: Short): Int

  145. def |(x: Byte): Int

  146. def [B](y: B): (NumberReflectiveCall, B)

    Implicit information
    This member is added by an implicit conversion from NumberReflectiveCall to ArrowAssoc[NumberReflectiveCall] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from NumberReflectiveCall to any2stringadd[NumberReflectiveCall] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (numberReflectiveCall: any2stringadd[NumberReflectiveCall]).+(other)
    Definition Classes
    any2stringadd

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from NumberReflectiveCall to any2stringadd[NumberReflectiveCall]

Inherited by implicit conversion StringFormat from NumberReflectiveCall to StringFormat[NumberReflectiveCall]

Inherited by implicit conversion Ensuring from NumberReflectiveCall to Ensuring[NumberReflectiveCall]

Inherited by implicit conversion ArrowAssoc from NumberReflectiveCall to ArrowAssoc[NumberReflectiveCall]

Ungrouped