class NumberReflectiveCall extends AnyRef
Explicit box for number values when doing a reflective call. This class and its methods are only here to properly support reflective calls on numbers.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NumberReflectiveCall
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def !=(x: Double): Boolean
- def !=(x: Float): Boolean
- def !=(x: Long): Boolean
- def !=(x: Int): Boolean
- def !=(x: Char): Boolean
- def !=(x: Short): Boolean
- def !=(x: Byte): Boolean
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def %(x: Double): Double
- def %(x: Float): Double
- def %(x: Long): Double
- def %(x: Int): Double
- def %(x: Char): Double
- def %(x: Short): Double
- def %(x: Byte): Double
- 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): Double
- def *(x: Long): Double
- def *(x: Int): Double
- def *(x: Char): Double
- def *(x: Short): Double
- def *(x: Byte): Double
- def +(x: Double): Double
- def +(x: Float): Double
- def +(x: Long): Double
- def +(x: Int): Double
- def +(x: Char): Double
- def +(x: Short): Double
- def +(x: Byte): Double
- def +(x: String): String
- def -(x: Double): Double
- def -(x: Float): Double
- def -(x: Long): Double
- def -(x: Int): Double
- def -(x: Char): Double
- def -(x: Short): Double
- def -(x: Byte): Double
-
def
->[B](y: B): (NumberReflectiveCall, B)
- Implicit
- This member is added by an implicit conversion from NumberReflectiveCall to ArrowAssoc[NumberReflectiveCall] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- def /(x: Double): Double
- def /(x: Float): Double
- def /(x: Long): Double
- def /(x: Int): Double
- def /(x: Char): Double
- def /(x: Short): Double
- def /(x: Byte): Double
- def <(x: Double): Boolean
- def <(x: Float): Boolean
- def <(x: Long): Boolean
- def <(x: Int): Boolean
- def <(x: Char): Boolean
- def <(x: Short): Boolean
- def <(x: Byte): Boolean
- def <<(x: Long): Int
- def <<(x: Int): Int
- def <=(x: Double): Boolean
- def <=(x: Float): Boolean
- def <=(x: Long): Boolean
- def <=(x: Int): Boolean
- def <=(x: Char): Boolean
- def <=(x: Short): Boolean
- def <=(x: Byte): Boolean
- def ==(x: Double): Boolean
- def ==(x: Float): Boolean
- def ==(x: Long): Boolean
- def ==(x: Int): Boolean
- def ==(x: Char): Boolean
- def ==(x: Short): Boolean
- def ==(x: Byte): Boolean
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def >(x: Double): Boolean
- def >(x: Float): Boolean
- def >(x: Long): Boolean
- def >(x: Int): Boolean
- def >(x: Char): Boolean
- def >(x: Short): Boolean
- def >(x: Byte): Boolean
- def >=(x: Double): Boolean
- def >=(x: Float): Boolean
- def >=(x: Long): Boolean
- def >=(x: Int): Boolean
- def >=(x: Char): Boolean
- def >=(x: Short): Boolean
- def >=(x: Byte): Boolean
- 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 byteValue(): Byte
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def compareTo(that: AnyRef): Int
- def compareTo(that: Integer): Int
- def compareTo(that: java.lang.Double): Int
- def doubleValue(): Double
-
def
ensuring(cond: (NumberReflectiveCall) ⇒ Boolean, msg: ⇒ Any): NumberReflectiveCall
- Implicit
- This member is added by an implicit conversion from NumberReflectiveCall to Ensuring[NumberReflectiveCall] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (NumberReflectiveCall) ⇒ Boolean): NumberReflectiveCall
- Implicit
- This member is added by an implicit conversion from NumberReflectiveCall to Ensuring[NumberReflectiveCall] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): NumberReflectiveCall
- Implicit
- This member is added by an implicit conversion from NumberReflectiveCall to Ensuring[NumberReflectiveCall] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): NumberReflectiveCall
- Implicit
- This member is added by an implicit conversion from NumberReflectiveCall to Ensuring[NumberReflectiveCall] 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 floatValue(): Float
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from NumberReflectiveCall to StringFormat[NumberReflectiveCall] 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
- def intValue(): Int
- def isInfinite(): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNaN(): Boolean
- def longValue(): Long
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def shortValue(): Short
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toByte: Byte
- def toChar: Char
- def toDouble: Double
- def toFloat: Float
- def toInt: Int
- def toLong: Long
- def toShort: Short
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unary_+: Double
- def unary_-: Double
- 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): (NumberReflectiveCall, B)
- Implicit
- This member is added by an implicit conversion from NumberReflectiveCall to ArrowAssoc[NumberReflectiveCall] 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 NumberReflectiveCall to any2stringadd[NumberReflectiveCall] 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:(numberReflectiveCall: any2stringadd[NumberReflectiveCall]).+(other)
- Definition Classes
- any2stringadd