scala.scalajs.runtime

IntegerReflectiveCall

Related Doc: package runtime

class IntegerReflectiveCall extends AnyRef

Explicit box for number values when doing a reflective call that was identified to be a call on Int rather than on Double (based on the result type of the method called reflectively). 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. IntegerReflectiveCall
  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 IntegerReflectiveCall(value: Int)

Value Members

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

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

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

  4. def %(x: Float): Float

  5. def %(x: Long): Long

  6. def %(x: Int): Int

  7. def %(x: Char): Int

  8. def %(x: Short): Int

  9. def %(x: Byte): Int

  10. def &(x: Long): Long

  11. def &(x: Int): Int

  12. def &(x: Char): Int

  13. def &(x: Short): Int

  14. def &(x: Byte): Int

  15. def *(x: Double): Double

  16. def *(x: Float): Float

  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): Float

  24. def +(x: Long): Long

  25. def +(x: Int): Int

  26. def +(x: Char): Int

  27. def +(x: Short): Int

  28. def +(x: Byte): Int

  29. def -(x: Double): Double

  30. def -(x: Float): Float

  31. def -(x: Long): Long

  32. def -(x: Int): Int

  33. def -(x: Char): Int

  34. def -(x: Short): Int

  35. def -(x: Byte): Int

  36. def ->[B](y: B): (IntegerReflectiveCall, B)

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

  38. def /(x: Float): Float

  39. def /(x: Long): Long

  40. def /(x: Int): Int

  41. def /(x: Char): Int

  42. def /(x: Short): Int

  43. def /(x: Byte): Int

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

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

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

    Definition Classes
    AnyRef → Any
  47. def >>(x: Long): Int

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

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

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

  51. def ^(x: Long): Long

  52. def ^(x: Int): Int

  53. def ^(x: Char): Int

  54. def ^(x: Short): Int

  55. def ^(x: Byte): Int

  56. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  57. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. def ensuring(cond: (IntegerReflectiveCall) ⇒ Boolean, msg: ⇒ Any): IntegerReflectiveCall

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

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

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  65. def formatted(fmtstr: String): String

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  73. def toString(): String

    Definition Classes
    AnyRef → Any
  74. def unary_+: Int

  75. def unary_-: Int

  76. def unary_~: Int

  77. final def wait(): Unit

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

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

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

  81. def |(x: Int): Int

  82. def |(x: Char): Int

  83. def |(x: Short): Int

  84. def |(x: Byte): Int

  85. def [B](y: B): (IntegerReflectiveCall, B)

    Implicit information
    This member is added by an implicit conversion from IntegerReflectiveCall to ArrowAssoc[IntegerReflectiveCall] 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 IntegerReflectiveCall to any2stringadd[IntegerReflectiveCall] 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:
    (integerReflectiveCall: any2stringadd[IntegerReflectiveCall]).+(other)
    Definition Classes
    any2stringadd

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped