scala.scalajs.runtime

IntegerReflectiveCall

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 any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  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: AnyRef): Boolean

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

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

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

  5. def %(x: Float): Float

  6. def %(x: Long): Long

  7. def %(x: Int): Int

  8. def %(x: Char): Int

  9. def %(x: Short): Int

  10. def %(x: Byte): Int

  11. def &(x: Long): Long

  12. def &(x: Int): Int

  13. def &(x: Char): Int

  14. def &(x: Short): Int

  15. def &(x: Byte): Int

  16. def *(x: Double): Double

  17. def *(x: Float): Float

  18. def *(x: Long): Long

  19. def *(x: Int): Int

  20. def *(x: Char): Int

  21. def *(x: Short): Int

  22. def *(x: Byte): Int

  23. def +(x: Double): Double

  24. def +(x: Float): Float

  25. def +(x: Long): Long

  26. def +(x: Int): Int

  27. def +(x: Char): Int

  28. def +(x: Short): Int

  29. def +(x: Byte): Int

  30. def -(x: Double): Double

  31. def -(x: Float): Float

  32. def -(x: Long): Long

  33. def -(x: Int): Int

  34. def -(x: Char): Int

  35. def -(x: Short): Int

  36. def -(x: Byte): Int

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

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

  39. def /(x: Float): Float

  40. def /(x: Long): Long

  41. def /(x: Int): Int

  42. def /(x: Char): Int

  43. def /(x: Short): Int

  44. def /(x: Byte): Int

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

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

  47. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  49. def >>(x: Long): Int

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

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

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

  53. def ^(x: Long): Long

  54. def ^(x: Int): Int

  55. def ^(x: Char): Int

  56. def ^(x: Short): Int

  57. def ^(x: Byte): Int

  58. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  59. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. 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 any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  61. def ensuring(cond: (IntegerReflectiveCall) ⇒ Boolean): IntegerReflectiveCall

    Implicit information
    This member is added by an implicit conversion from IntegerReflectiveCall to Ensuring[IntegerReflectiveCall] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  62. 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 any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  63. def ensuring(cond: Boolean): IntegerReflectiveCall

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  75. def toString(): String

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

  77. def unary_-: Int

  78. def unary_~: Int

  79. final def wait(): Unit

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

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

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

  83. def |(x: Int): Int

  84. def |(x: Char): Int

  85. def |(x: Short): Int

  86. def |(x: Byte): Int

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

    Implicit information
    This member is added by an implicit conversion from IntegerReflectiveCall to ArrowAssoc[IntegerReflectiveCall] performed by method any2ArrowAssoc 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 StringAdd 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: StringAdd).+(other)
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from IntegerReflectiveCall to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (integerReflectiveCall: StringAdd).self
    Definition Classes
    StringAdd
  3. val self: Any

    Implicit information
    This member is added by an implicit conversion from IntegerReflectiveCall to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (integerReflectiveCall: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: IntegerReflectiveCall

    Implicit information
    This member is added by an implicit conversion from IntegerReflectiveCall to ArrowAssoc[IntegerReflectiveCall] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (integerReflectiveCall: ArrowAssoc[IntegerReflectiveCall]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: IntegerReflectiveCall

    Implicit information
    This member is added by an implicit conversion from IntegerReflectiveCall to Ensuring[IntegerReflectiveCall] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (integerReflectiveCall: Ensuring[IntegerReflectiveCall]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from IntegerReflectiveCall to StringAdd

Inherited by implicit conversion any2stringfmt from IntegerReflectiveCall to StringFormat

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

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

Ungrouped