Scala Standard Library 2.13.1 - scala.Long (original) (raw)
abstract final class Long extends AnyVal
Ordering
- Alphabetic
- By Inheritance
Implicitly
by long2Long
by longWrapper
by long2double
by long2float
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def !=(x: Double): Boolean
- abstract def !=(x: Float): Boolean
- abstract def !=(x: Long): Boolean
- abstract def !=(x: Int): Boolean
- abstract def !=(x: Char): Boolean
- abstract def !=(x: Short): Boolean
- abstract def !=(x: Byte): Boolean
- abstract def %(x: Double): Double
- abstract def %(x: Float): Float
- abstract def %(x: Long): Long
- abstract def %(x: Int): Long
- abstract def %(x: Char): Long
- abstract def %(x: Short): Long
- abstract def %(x: Byte): Long
- abstract def &(x: Long): Long
- abstract def &(x: Int): Long
- abstract def &(x: Char): Long
- abstract def &(x: Short): Long
- abstract def &(x: Byte): Long
- abstract def *(x: Double): Double
- abstract def *(x: Float): Float
- abstract def *(x: Long): Long
- abstract def *(x: Int): Long
- abstract def *(x: Char): Long
- abstract def *(x: Short): Long
- abstract def *(x: Byte): Long
- abstract def +(x: Double): Double
- abstract def +(x: Float): Float
- abstract def +(x: Long): Long
- abstract def +(x: Int): Long
- abstract def +(x: Char): Long
- abstract def +(x: Short): Long
- abstract def +(x: Byte): Long
- abstract def -(x: Double): Double
- abstract def -(x: Float): Float
- abstract def -(x: Long): Long
- abstract def -(x: Int): Long
- abstract def -(x: Char): Long
- abstract def -(x: Short): Long
- abstract def -(x: Byte): Long
- abstract def /(x: Double): Double
- abstract def /(x: Float): Float
- abstract def /(x: Long): Long
- abstract def /(x: Int): Long
- abstract def /(x: Char): Long
- abstract def /(x: Short): Long
- abstract def /(x: Byte): Long
- abstract def <(x: Double): Boolean
- abstract def <(x: Float): Boolean
- abstract def <(x: Long): Boolean
- abstract def <(x: Int): Boolean
- abstract def <(x: Char): Boolean
- abstract def <(x: Short): Boolean
- abstract def <(x: Byte): Boolean
- abstract def <<(x: Long): Long
- abstract def <<(x: Int): Long
- abstract def <=(x: Double): Boolean
- abstract def <=(x: Float): Boolean
- abstract def <=(x: Long): Boolean
- abstract def <=(x: Int): Boolean
- abstract def <=(x: Char): Boolean
- abstract def <=(x: Short): Boolean
- abstract def <=(x: Byte): Boolean
- abstract def ==(x: Double): Boolean
- abstract def ==(x: Float): Boolean
- abstract def ==(x: Long): Boolean
- abstract def ==(x: Int): Boolean
- abstract def ==(x: Char): Boolean
- abstract def ==(x: Short): Boolean
- abstract def ==(x: Byte): Boolean
- abstract def >(x: Double): Boolean
- abstract def >(x: Float): Boolean
- abstract def >(x: Long): Boolean
- abstract def >(x: Int): Boolean
- abstract def >(x: Char): Boolean
- abstract def >(x: Short): Boolean
- abstract def >(x: Byte): Boolean
- abstract def >=(x: Double): Boolean
- abstract def >=(x: Float): Boolean
- abstract def >=(x: Long): Boolean
- abstract def >=(x: Int): Boolean
- abstract def >=(x: Char): Boolean
- abstract def >=(x: Short): Boolean
- abstract def >=(x: Byte): Boolean
- abstract def >>(x: Long): Long
- abstract def >>(x: Int): Long
- abstract def >>>(x: Long): Long
- abstract def >>>(x: Int): Long
- abstract def ^(x: Long): Long
- abstract def ^(x: Int): Long
- abstract def ^(x: Char): Long
- abstract def ^(x: Short): Long
- abstract def ^(x: Byte): Long
- abstract def toByte: Byte
- abstract def toChar: Char
- abstract def toDouble: Double
- abstract def toFloat: Float
- abstract def toInt: Int
- abstract def toLong: Long
- abstract def toShort: Short
- abstract def unary_+: Long
- abstract def unary_-: Long
- abstract def unary_~: Long
- abstract def |(x: Long): Long
- abstract def |(x: Int): Long
- abstract def |(x: Char): Long
- abstract def |(x: Short): Long
- abstract def |(x: Byte): Long
- abstract def +(x: String): String
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def ->[B](y: B): (Long, B)
- final def ==(arg0: Any): Boolean
- def abs: Long
- final def asInstanceOf[T0]: T0
- def byteValue(): Byte
- def byteValue: Byte
- def compare(y: Long): Int
- def compareTo(arg0: java.lang.Long): Int
- def compareTo(that: Long): Int
- def doubleValue(): Double
- def doubleValue: Double
- def ensuring(cond: (Long) => Boolean, msg: => Any): Long
- def ensuring(cond: (Long) => Boolean): Long
- def ensuring(cond: Boolean, msg: => Any): Long
- def ensuring(cond: Boolean): Long
- def equals(arg0: Any): Boolean
- def floatValue(): Float
- def floatValue: Float
- def formatted(fmtstr: String): String
- def getClass(): Class[Long]
- def hashCode(): Int
- def intValue(): Int
- def intValue: Int
- final def isInstanceOf[T0]: Boolean
- def isValidByte: Boolean
- def isValidChar: Boolean
- def isValidInt: Boolean
- def isValidLong: Boolean
- def isValidShort: Boolean
- def isWhole: Boolean
- def longValue(): Long
- def longValue: Long
- def max(that: Long): Long
- def min(that: Long): Long
- val self: Long
- def shortValue(): Short
- def shortValue: Short
- def sign: Long
- def to(end: Long, step: Long): Inclusive[Long]
- def to(end: Long): Inclusive[Long]
- def toBinaryString: String
- def toHexString: String
- def toOctalString: String
- def toString(): String
- def until(end: Long, step: Long): Exclusive[Long]
- def until(end: Long): Exclusive[Long]
Shadowed Implicit 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
- 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): 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): Float
- def %(x: Long): Float
- def %(x: Int): Float
- def %(x: Char): Float
- def %(x: Short): Float
- def %(x: Byte): Float
- 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): Float
- def *(x: Long): Float
- def *(x: Int): Float
- def *(x: Char): Float
- def *(x: Short): Float
- def *(x: Byte): Float
- 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): Float
- def +(x: Long): Float
- def +(x: Int): Float
- def +(x: Char): Float
- def +(x: Short): Float
- def +(x: Byte): Float
- def +(other: 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 -(x: Double): Double
- def -(x: Float): Float
- def -(x: Long): Float
- def -(x: Int): Float
- def -(x: Char): Float
- def -(x: Short): Float
- def -(x: Byte): Float
- 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): Float
- def /(x: Long): Float
- def /(x: Int): Float
- def /(x: Char): Float
- def /(x: Short): Float
- def /(x: Byte): Float
- def <(that: Long): 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: 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 <=(that: Long): 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: 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: 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 >(that: Long): 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: 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 >=(that: Long): 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: 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 equals(arg0: AnyRef): Boolean
- def hashCode(): Int
- def toByte: Byte
- def toByte: Byte
- def toByte: Byte
- def toChar: Char
- def toChar: Char
- def toChar: Char
- def toDouble: Double
- def toDouble: Double
- def toDouble: Double
- def toFloat: Float
- def toFloat: Float
- def toFloat: Float
- def toInt: Int
- def toInt: Int
- def toInt: Int
- def toLong: Long
- def toLong: Long
- def toLong: Long
- def toShort: Short
- def toShort: Short
- def toShort: Short
- def toString(): String
- def toString(): String
- def unary_+: Double
- def unary_+: Float
- def unary_-: Double
- def unary_-: Float