scala.scalajs.runtime

LongReflectiveCall

Related Doc: package runtime

class LongReflectiveCall extends AnyRef

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

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LongReflectiveCall
  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 LongReflectiveCall(value: Long)

Value Members

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

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

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

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

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

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

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

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

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

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

  11. def %(y: Float): Float

  12. def %(y: Long): Long

  13. def %(y: Int): Long

  14. def %(y: Char): Long

  15. def %(y: Short): Long

  16. def %(y: Byte): Long

  17. def &(y: Long): Long

  18. def &(y: Int): Long

  19. def &(y: Char): Long

  20. def &(y: Short): Long

  21. def &(y: Byte): Long

  22. def *(y: Double): Double

  23. def *(y: Float): Float

  24. def *(y: Long): Long

  25. def *(y: Int): Long

  26. def *(y: Char): Long

  27. def *(y: Short): Long

  28. def *(y: Byte): Long

  29. def +(y: Double): Double

  30. def +(y: Float): Float

  31. def +(y: Long): Long

  32. def +(y: Int): Long

  33. def +(y: Char): Long

  34. def +(y: Short): Long

  35. def +(y: Byte): Long

  36. def -(y: Double): Double

  37. def -(y: Float): Float

  38. def -(y: Long): Long

  39. def -(y: Int): Long

  40. def -(y: Char): Long

  41. def -(y: Short): Long

  42. def -(y: Byte): Long

  43. def ->[B](y: B): (LongReflectiveCall, B)

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

  45. def /(y: Float): Float

  46. def /(y: Long): Long

  47. def /(y: Int): Long

  48. def /(y: Char): Long

  49. def /(y: Short): Long

  50. def /(y: Byte): Long

  51. def <(y: Double): Boolean

  52. def <(y: Float): Boolean

  53. def <(y: Long): Boolean

  54. def <(y: Int): Boolean

  55. def <(y: Char): Boolean

  56. def <(y: Short): Boolean

  57. def <(y: Byte): Boolean

  58. def <<(y: Long): Long

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

  60. def <=(y: Double): Boolean

  61. def <=(y: Float): Boolean

  62. def <=(y: Long): Boolean

  63. def <=(y: Int): Boolean

  64. def <=(y: Char): Boolean

  65. def <=(y: Short): Boolean

  66. def <=(y: Byte): Boolean

  67. def ==(y: Double): Boolean

  68. def ==(y: Float): Boolean

  69. def ==(y: Long): Boolean

  70. def ==(y: Int): Boolean

  71. def ==(y: Char): Boolean

  72. def ==(y: Short): Boolean

  73. def ==(y: Byte): Boolean

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

    Definition Classes
    AnyRef → Any
  75. def >(y: Double): Boolean

  76. def >(y: Float): Boolean

  77. def >(y: Long): Boolean

  78. def >(y: Int): Boolean

  79. def >(y: Char): Boolean

  80. def >(y: Short): Boolean

  81. def >(y: Byte): Boolean

  82. def >=(y: Double): Boolean

  83. def >=(y: Float): Boolean

  84. def >=(y: Long): Boolean

  85. def >=(y: Int): Boolean

  86. def >=(y: Char): Boolean

  87. def >=(y: Short): Boolean

  88. def >=(y: Byte): Boolean

  89. def >>(y: Long): Long

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

  91. def >>>(y: Long): Long

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

  93. def ^(y: Long): Long

  94. def ^(y: Int): Long

  95. def ^(y: Char): Long

  96. def ^(y: Short): Long

  97. def ^(y: Byte): Long

  98. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  99. def byteValue(): Byte

  100. def clone(): AnyRef

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

  102. def compareTo(that: java.lang.Long): Int

  103. def doubleValue(): Double

  104. def ensuring(cond: (LongReflectiveCall) ⇒ Boolean, msg: ⇒ Any): LongReflectiveCall

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

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

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

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

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

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

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

  112. def formatted(fmtstr: String): String

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

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

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

  116. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  117. def longValue(): Long

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

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

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

    Definition Classes
    AnyRef
  121. def shortValue(): Short

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

    Definition Classes
    AnyRef
  123. def toByte: Byte

  124. def toChar: Char

  125. def toDouble: Double

  126. def toFloat: Float

  127. def toInt: Int

  128. def toLong: Long

  129. def toShort: Short

  130. def toString(): String

    Definition Classes
    AnyRef → Any
  131. def unary_+: Long

  132. def unary_-: Long

  133. def unary_~: Long

  134. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  137. def |(y: Long): Long

  138. def |(y: Int): Long

  139. def |(y: Char): Long

  140. def |(y: Short): Long

  141. def |(y: Byte): Long

  142. def [B](y: B): (LongReflectiveCall, B)

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

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped