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
- Alphabetic
- By Inheritance
Inherited
- IntegerReflectiveCall
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def %(x: Double): Double
- def %(x: Float): Float
- def %(x: Long): Long
- def %(x: Int): Int
- def %(x: Char): Int
- def %(x: Short): Int
- def %(x: Byte): Int
- def &(x: Long): Long
- def &(x: Int): Int
- def &(x: Char): Int
- def &(x: Short): Int
- def &(x: Byte): Int
- def *(x: Double): Double
- def *(x: Float): Float
- def *(x: Long): Long
- def *(x: Int): Int
- def *(x: Char): Int
- def *(x: Short): Int
- def *(x: Byte): Int
- def +(x: Double): Double
- def +(x: Float): Float
- def +(x: Long): Long
- def +(x: Int): Int
- def +(x: Char): Int
- def +(x: Short): Int
- def +(x: Byte): Int
- def -(x: Double): Double
- def -(x: Float): Float
- def -(x: Long): Long
- def -(x: Int): Int
- def -(x: Char): Int
- def -(x: Short): Int
- def -(x: Byte): Int
-
def
->[B](y: B): (IntegerReflectiveCall, B)
- Implicit
- 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()
- def /(x: Double): Double
- def /(x: Float): Float
- def /(x: Long): Long
- def /(x: Int): Int
- def /(x: Char): Int
- def /(x: Short): Int
- def /(x: Byte): Int
- def <<(x: Long): Int
- def <<(x: Int): Int
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def >>(x: Long): Int
- def >>(x: Int): Int
- def >>>(x: Long): Int
- def >>>(x: Int): Int
- def ^(x: Long): Long
- def ^(x: Int): Int
- def ^(x: Char): Int
- def ^(x: Short): Int
- def ^(x: Byte): Int
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
ensuring(cond: (IntegerReflectiveCall) ⇒ Boolean, msg: ⇒ Any): IntegerReflectiveCall
- Implicit
- This member is added by an implicit conversion from IntegerReflectiveCall to Ensuring[IntegerReflectiveCall] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (IntegerReflectiveCall) ⇒ Boolean): IntegerReflectiveCall
- Implicit
- This member is added by an implicit conversion from IntegerReflectiveCall to Ensuring[IntegerReflectiveCall] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): IntegerReflectiveCall
- Implicit
- This member is added by an implicit conversion from IntegerReflectiveCall to Ensuring[IntegerReflectiveCall] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): IntegerReflectiveCall
- Implicit
- This member is added by an implicit conversion from IntegerReflectiveCall to Ensuring[IntegerReflectiveCall] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- 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()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unary_+: Int
- def unary_-: Int
- def unary_~: Int
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def |(x: Long): Long
- def |(x: Int): Int
- def |(x: Char): Int
- def |(x: Short): Int
- def |(x: Byte): Int
-
def
→[B](y: B): (IntegerReflectiveCall, B)
- Implicit
- 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
-
def
+(other: String): String
- Implicit
- 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