Class

scala.scalajs.runtime

IntegerReflectiveCall

Related Doc: package runtime

Permalink

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

Instance Constructors

  1. new IntegerReflectiveCall(value: Int)

    Permalink

Value Members

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

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

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

    Permalink
  4. def %(x: Float): Float

    Permalink
  5. def %(x: Long): Long

    Permalink
  6. def %(x: Int): Int

    Permalink
  7. def %(x: Char): Int

    Permalink
  8. def %(x: Short): Int

    Permalink
  9. def %(x: Byte): Int

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

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

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

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

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

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

    Permalink
  16. def *(x: Float): Float

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

    Permalink
  24. def +(x: Long): Long

    Permalink
  25. def +(x: Int): Int

    Permalink
  26. def +(x: Char): Int

    Permalink
  27. def +(x: Short): Int

    Permalink
  28. def +(x: Byte): Int

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

    Permalink
  30. def -(x: Float): Float

    Permalink
  31. def -(x: Long): Long

    Permalink
  32. def -(x: Int): Int

    Permalink
  33. def -(x: Char): Int

    Permalink
  34. def -(x: Short): Int

    Permalink
  35. def -(x: Byte): Int

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

    Permalink
    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

    Permalink
  38. def /(x: Float): Float

    Permalink
  39. def /(x: Long): Long

    Permalink
  40. def /(x: Int): Int

    Permalink
  41. def /(x: Char): Int

    Permalink
  42. def /(x: Short): Int

    Permalink
  43. def /(x: Byte): Int

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  56. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  57. def clone(): AnyRef

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

    Permalink
    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

    Permalink
    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

    Permalink
    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

    Permalink
    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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  73. def toString(): String

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

    Permalink
  75. def unary_-: Int

    Permalink
  76. def unary_~: Int

    Permalink
  77. final def wait(): Unit

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

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

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

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

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

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

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

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

    Permalink
    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

    Permalink
    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