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
Ordering
- Alphabetic
- By Inheritance
Inherited
- LongReflectiveCall
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def !=(y: Double): Boolean
- def !=(y: Float): Boolean
- def !=(y: Long): Boolean
- def !=(y: Int): Boolean
- def !=(y: Char): Boolean
- def !=(y: Short): Boolean
- def !=(y: Byte): Boolean
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def %(y: Double): Double
- def %(y: Float): Float
- def %(y: Long): Long
- def %(y: Int): Long
- def %(y: Char): Long
- def %(y: Short): Long
- def %(y: Byte): Long
- def &(y: Long): Long
- def &(y: Int): Long
- def &(y: Char): Long
- def &(y: Short): Long
- def &(y: Byte): Long
- def *(y: Double): Double
- def *(y: Float): Float
- def *(y: Long): Long
- def *(y: Int): Long
- def *(y: Char): Long
- def *(y: Short): Long
- def *(y: Byte): Long
- def +(y: Double): Double
- def +(y: Float): Float
- def +(y: Long): Long
- def +(y: Int): Long
- def +(y: Char): Long
- def +(y: Short): Long
- def +(y: Byte): Long
- def -(y: Double): Double
- def -(y: Float): Float
- def -(y: Long): Long
- def -(y: Int): Long
- def -(y: Char): Long
- def -(y: Short): Long
- def -(y: Byte): Long
-
def
->[B](y: B): (LongReflectiveCall, B)
- Implicit
- 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()
- def /(y: Double): Double
- def /(y: Float): Float
- def /(y: Long): Long
- def /(y: Int): Long
- def /(y: Char): Long
- def /(y: Short): Long
- def /(y: Byte): Long
- def <(y: Double): Boolean
- def <(y: Float): Boolean
- def <(y: Long): Boolean
- def <(y: Int): Boolean
- def <(y: Char): Boolean
- def <(y: Short): Boolean
- def <(y: Byte): Boolean
- def <<(y: Long): Long
- def <<(y: Int): Long
- def <=(y: Double): Boolean
- def <=(y: Float): Boolean
- def <=(y: Long): Boolean
- def <=(y: Int): Boolean
- def <=(y: Char): Boolean
- def <=(y: Short): Boolean
- def <=(y: Byte): Boolean
- def ==(y: Double): Boolean
- def ==(y: Float): Boolean
- def ==(y: Long): Boolean
- def ==(y: Int): Boolean
- def ==(y: Char): Boolean
- def ==(y: Short): Boolean
- def ==(y: Byte): Boolean
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def >(y: Double): Boolean
- def >(y: Float): Boolean
- def >(y: Long): Boolean
- def >(y: Int): Boolean
- def >(y: Char): Boolean
- def >(y: Short): Boolean
- def >(y: Byte): Boolean
- def >=(y: Double): Boolean
- def >=(y: Float): Boolean
- def >=(y: Long): Boolean
- def >=(y: Int): Boolean
- def >=(y: Char): Boolean
- def >=(y: Short): Boolean
- def >=(y: Byte): Boolean
- def >>(y: Long): Long
- def >>(y: Int): Long
- def >>>(y: Long): Long
- def >>>(y: Int): Long
- def ^(y: Long): Long
- def ^(y: Int): Long
- def ^(y: Char): Long
- def ^(y: Short): Long
- def ^(y: Byte): Long
-
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: java.lang.Long): Int
- def doubleValue(): Double
-
def
ensuring(cond: (LongReflectiveCall) ⇒ Boolean, msg: ⇒ Any): LongReflectiveCall
- Implicit
- This member is added by an implicit conversion from LongReflectiveCall to Ensuring[LongReflectiveCall] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (LongReflectiveCall) ⇒ Boolean): LongReflectiveCall
- Implicit
- This member is added by an implicit conversion from LongReflectiveCall to Ensuring[LongReflectiveCall] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): LongReflectiveCall
- Implicit
- This member is added by an implicit conversion from LongReflectiveCall to Ensuring[LongReflectiveCall] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): LongReflectiveCall
- Implicit
- This member is added by an implicit conversion from LongReflectiveCall to Ensuring[LongReflectiveCall] 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 LongReflectiveCall to StringFormat[LongReflectiveCall] 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
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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_+: Long
- def unary_-: Long
- def unary_~: Long
-
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 |(y: Long): Long
- def |(y: Int): Long
- def |(y: Char): Long
- def |(y: Short): Long
- def |(y: Byte): Long
-
def
→[B](y: B): (LongReflectiveCall, B)
- Implicit
- 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
-
def
+(other: String): String
- Implicit
- 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