Class

scala.scalajs.runtime

NumberReflectiveCall

Related Doc: package runtime

Permalink

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
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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NumberReflectiveCall(value: Double)

    Permalink

Value Members

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

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

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

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

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

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

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

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

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

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

    Permalink
  11. def %(x: Float): Double

    Permalink
  12. def %(x: Long): Double

    Permalink
  13. def %(x: Int): Double

    Permalink
  14. def %(x: Char): Double

    Permalink
  15. def %(x: Short): Double

    Permalink
  16. def %(x: Byte): Double

    Permalink
  17. def &(x: Long): Long

    Permalink
  18. def &(x: Int): Int

    Permalink
  19. def &(x: Char): Int

    Permalink
  20. def &(x: Short): Int

    Permalink
  21. def &(x: Byte): Int

    Permalink
  22. def *(x: Double): Double

    Permalink
  23. def *(x: Float): Double

    Permalink
  24. def *(x: Long): Double

    Permalink
  25. def *(x: Int): Double

    Permalink
  26. def *(x: Char): Double

    Permalink
  27. def *(x: Short): Double

    Permalink
  28. def *(x: Byte): Double

    Permalink
  29. def +(x: Double): Double

    Permalink
  30. def +(x: Float): Double

    Permalink
  31. def +(x: Long): Double

    Permalink
  32. def +(x: Int): Double

    Permalink
  33. def +(x: Char): Double

    Permalink
  34. def +(x: Short): Double

    Permalink
  35. def +(x: Byte): Double

    Permalink
  36. def +(x: String): String

    Permalink
  37. def -(x: Double): Double

    Permalink
  38. def -(x: Float): Double

    Permalink
  39. def -(x: Long): Double

    Permalink
  40. def -(x: Int): Double

    Permalink
  41. def -(x: Char): Double

    Permalink
  42. def -(x: Short): Double

    Permalink
  43. def -(x: Byte): Double

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

    Permalink
    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

    Permalink
  46. def /(x: Float): Double

    Permalink
  47. def /(x: Long): Double

    Permalink
  48. def /(x: Int): Double

    Permalink
  49. def /(x: Char): Double

    Permalink
  50. def /(x: Short): Double

    Permalink
  51. def /(x: Byte): Double

    Permalink
  52. def <(x: Double): Boolean

    Permalink
  53. def <(x: Float): Boolean

    Permalink
  54. def <(x: Long): Boolean

    Permalink
  55. def <(x: Int): Boolean

    Permalink
  56. def <(x: Char): Boolean

    Permalink
  57. def <(x: Short): Boolean

    Permalink
  58. def <(x: Byte): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  77. def >(x: Float): Boolean

    Permalink
  78. def >(x: Long): Boolean

    Permalink
  79. def >(x: Int): Boolean

    Permalink
  80. def >(x: Char): Boolean

    Permalink
  81. def >(x: Short): Boolean

    Permalink
  82. def >(x: Byte): Boolean

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  94. def ^(x: Long): Long

    Permalink
  95. def ^(x: Int): Int

    Permalink
  96. def ^(x: Char): Int

    Permalink
  97. def ^(x: Short): Int

    Permalink
  98. def ^(x: Byte): Int

    Permalink
  99. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  100. def byteValue(): Byte

    Permalink
  101. def clone(): AnyRef

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

    Permalink
  103. def compareTo(that: Integer): Int

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

    Permalink
  105. def doubleValue(): Double

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

    Permalink
    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

    Permalink
    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

    Permalink
    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

    Permalink
    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

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

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

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

    Permalink
  114. def formatted(fmtstr: String): String

    Permalink
    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[_]

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

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

    Permalink
  118. def isInfinite(): Boolean

    Permalink
  119. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  120. def isNaN(): Boolean

    Permalink
  121. def longValue(): Long

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

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

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

    Permalink
    Definition Classes
    AnyRef
  125. def shortValue(): Short

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

    Permalink
    Definition Classes
    AnyRef
  127. def toByte: Byte

    Permalink
  128. def toChar: Char

    Permalink
  129. def toDouble: Double

    Permalink
  130. def toFloat: Float

    Permalink
  131. def toInt: Int

    Permalink
  132. def toLong: Long

    Permalink
  133. def toShort: Short

    Permalink
  134. def toString(): String

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

    Permalink
  136. def unary_-: Double

    Permalink
  137. def unary_~: Int

    Permalink
  138. final def wait(): Unit

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

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

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

    Permalink
  142. def |(x: Int): Int

    Permalink
  143. def |(x: Char): Int

    Permalink
  144. def |(x: Short): Int

    Permalink
  145. def |(x: Byte): Int

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

    Permalink
    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

    Permalink
    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