Scala Standard Library 2.12.18 - scala.Int (original) (raw)
abstract final class Int extends AnyVal
Ordering
- Alphabetic
- By Inheritance
Implicitly
by int2Integer
by intWrapper
by int2double
by int2float
by int2long
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
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): Int
- abstract def %(x: Char): Int
- abstract def %(x: Short): Int
- abstract def %(x: Byte): Int
- abstract def &(x: Long): Long
- abstract def &(x: Int): Int
- abstract def &(x: Char): Int
- abstract def &(x: Short): Int
- abstract def &(x: Byte): Int
- abstract def *(x: Double): Double
- abstract def *(x: Float): Float
- abstract def *(x: Long): Long
- abstract def *(x: Int): Int
- abstract def *(x: Char): Int
- abstract def *(x: Short): Int
- abstract def *(x: Byte): Int
- abstract def +(x: Double): Double
- abstract def +(x: Float): Float
- abstract def +(x: Long): Long
- abstract def +(x: Int): Int
- abstract def +(x: Char): Int
- abstract def +(x: Short): Int
- abstract def +(x: Byte): Int
- abstract def +(x: String): String
- abstract def -(x: Double): Double
- abstract def -(x: Float): Float
- abstract def -(x: Long): Long
- abstract def -(x: Int): Int
- abstract def -(x: Char): Int
- abstract def -(x: Short): Int
- abstract def -(x: Byte): Int
- abstract def /(x: Double): Double
- abstract def /(x: Float): Float
- abstract def /(x: Long): Long
- abstract def /(x: Int): Int
- abstract def /(x: Char): Int
- abstract def /(x: Short): Int
- abstract def /(x: Byte): Int
- 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: Int): Int
- 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: Int): Int
- abstract def >>>(x: Int): Int
- abstract def ^(x: Long): Long
- abstract def ^(x: Int): Int
- abstract def ^(x: Char): Int
- abstract def ^(x: Short): Int
- abstract def ^(x: Byte): Int
- 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_+: Int
- abstract def unary_-: Int
- abstract def unary_~: Int
- abstract def |(x: Long): Long
- abstract def |(x: Int): Int
- abstract def |(x: Char): Int
- abstract def |(x: Short): Int
- abstract def |(x: Byte): Int
- abstract def <<(x: Long): Int
- abstract def >>(x: Long): Int
- abstract def >>>(x: Long): Int
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def ->[B](y: B): (Int, B)
- final def ==(arg0: Any): Boolean
- def abs: Int
- final def asInstanceOf[T0]: T0
- def compare(y: Int): Int
- def compareTo(arg0: Integer): Int
- def compareTo(that: Int): Int
- def ensuring(cond: (Int) ⇒ Boolean, msg: ⇒ Any): Int
- def ensuring(cond: (Int) ⇒ Boolean): Int
- def ensuring(cond: Boolean, msg: ⇒ Any): Int
- def ensuring(cond: Boolean): Int
- def equals(arg0: Any): Boolean
- def getClass(): Class[Int]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def isValidByte: Boolean
- def isValidChar: Boolean
- def isValidInt: Boolean
- def isValidLong: Boolean
- def isValidShort: Boolean
- def max(that: Int): Int
- def min(that: Int): Int
- val self: Int
- def signum: Int
- def to(end: Int, step: Int): Inclusive
- def to(end: Int): Inclusive
- def toBinaryString: String
- def toHexString: String
- def toOctalString: String
- def toString(): String
- def underlying(): AnyRef
- def until(end: Int, step: Int): collection.immutable.Range
- def until(end: Int): collection.immutable.Range
- def →[B](y: B): (Int, B)
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): 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): Float
- def %(x: Long): Long
- def %(x: Int): Long
- def %(x: Char): Long
- def %(x: Short): Long
- def %(x: Byte): Long
- def &(x: Long): Long
- def &(x: Int): Long
- def &(x: Char): Long
- def &(x: Short): Long
- def &(x: Byte): Long
- 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): Float
- def *(x: Long): Long
- def *(x: Int): Long
- def *(x: Char): Long
- def *(x: Short): Long
- def *(x: Byte): Long
- 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): Float
- def +(x: Long): Float
- def +(x: Int): Float
- def +(x: Char): Float
- def +(x: Short): Float
- def +(x: Byte): Float
- def +(x: String): String
- def +(x: Double): Double
- def +(x: Float): Float
- def +(x: Long): Long
- def +(x: Int): Long
- def +(x: Char): Long
- def +(x: Short): Long
- def +(x: Byte): Long
- def +(x: String): String
- 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): Float
- def -(x: Long): Long
- def -(x: Int): Long
- def -(x: Char): Long
- def -(x: Short): Long
- def -(x: Byte): Long
- 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): Float
- def /(x: Long): Long
- def /(x: Int): Long
- def /(x: Char): Long
- def /(x: Short): Long
- def /(x: Byte): Long
- def <(that: Int): 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: Long): Long
- def <<(x: Int): Long
- def <=(that: Int): 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 ==(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: Int): 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: Int): 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: Long): Long
- def >>(x: Int): Long
- def >>>(x: Long): Long
- def >>>(x: Int): Long
- def ^(x: Long): Long
- def ^(x: Int): Long
- def ^(x: Char): Long
- def ^(x: Short): Long
- def ^(x: Byte): Long
- def byteValue(): Byte
- def byteValue(): Byte
- def doubleValue(): Double
- def doubleValue(): Double
- def equals(arg0: Any): Boolean
- def floatValue(): Float
- def floatValue(): Float
- def hashCode(): Int
- def intValue(): Int
- def intValue(): Int
- def longValue(): Long
- def longValue(): Long
- def shortValue(): Short
- def shortValue(): Short
- def toByte: Byte
- def toByte: Byte
- def toByte: Byte
- def toByte: Byte
- def toChar: Char
- def toChar: Char
- def toChar: Char
- def toChar: Char
- def toDouble: Double
- def toDouble: Double
- def toDouble: Double
- def toDouble: Double
- def toFloat: Float
- def toFloat: Float
- def toFloat: Float
- def toFloat: Float
- def toInt: Int
- def toInt: Int
- def toInt: Int
- def toInt: Int
- def toLong: Long
- def toLong: Long
- def toLong: Long
- def toLong: Long
- def toShort: Short
- def toShort: Short
- def toShort: Short
- def toShort: Short
- def toString(): String
- def toString(): String
- def unary_+: Double
- def unary_+: Float
- def unary_+: Long
- def unary_-: Double
- def unary_-: Float
- def unary_-: Long
- def unary_~: Long
- def |(x: Long): Long
- def |(x: Int): Long
- def |(x: Char): Long
- def |(x: Short): Long
- def |(x: Byte): Long