A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.scala-lang.org/api/2.12.19/scala/runtime/RichInt.html below:

Scala Standard Library 2.12.19 - scala.runtime.RichInt

  •  final def !=(arg0: Any): Boolean

    Test two objects for inequality.

  •  final def ##(): Int

    Equivalent to x.hashCode except for boxed numeric types and null.

  •  def +(other: String): String
  •  def ->[B](y: B): (RichInt, B)
  •  def <(that: Int): Boolean

    Returns true if this is less than that

  •  def <=(that: Int): Boolean

    Returns true if this is less than or equal to that.

  •  final def ==(arg0: Any): Boolean

    Test two objects for equality.

  •  def >(that: Int): Boolean

    Returns true if this is greater than that.

  •  def >=(that: Int): Boolean

    Returns true if this is greater than or equal to that.

  •  def abs: Int

    Returns the absolute value of this.

  •  final def asInstanceOf[T0]: T0

    Cast the receiver object to be of type T0.

  •  def byteValue(): Byte
  •  def compare(y: Int): Int

    Result of comparing this with operand that.

  •  def compareTo(that: Int): Int

    Result of comparing this with operand that.

  •  def doubleValue(): Double
  •  def ensuring(cond: (RichInt) ⇒ Boolean, msg: ⇒ Any): RichInt
  •  def ensuring(cond: (RichInt) ⇒ Boolean): RichInt
  •  def ensuring(cond: Boolean, msg: ⇒ Any): RichInt
  •  def ensuring(cond: Boolean): RichInt
  •  def floatValue(): Float
  •  def getClass(): Class[_ <: AnyVal]

    Returns the runtime class representation of the object.

  •  def intValue(): Int
  •  final def isInstanceOf[T0]: Boolean

    Test whether the dynamic type of the receiver object is T0.

  •  def isValidByte: Boolean

    Returns true iff this has a zero fractional part, and is within the range of scala.Byte MinValue and MaxValue; otherwise returns false.

  •  def isValidChar: Boolean

    Returns true iff this has a zero fractional part, and is within the range of scala.Char MinValue and MaxValue; otherwise returns false.

  •  def isValidInt: Boolean

    Returns true iff this has a zero fractional part, and is within the range of scala.Int MinValue and MaxValue; otherwise returns false.

  •  def isValidLong: Boolean
  •  def isValidShort: Boolean

    Returns true iff this has a zero fractional part, and is within the range of scala.Short MinValue and MaxValue; otherwise returns false.

  •  def longValue(): Long
  •  def max(that: Int): Int

    Returns this if this > that or that otherwise.

  •  def min(that: Int): Int

    Returns this if this < that or that otherwise.

  •  def num: IntIsIntegral.type
  •  def ord: math.Ordering.Int.type
  •  val self: Int
  •  def shortValue(): Short
  •  def signum: Int

    Returns the signum of this.

  •  def to(end: Int, step: Int): Inclusive
  •  def to(end: Int): Inclusive
  •  def toBinaryString: String
  •  def toByte: Byte

    Returns the value of this as a scala.Byte.

  •  def toChar: Char

    Returns the value of this as a scala.Char.

  •  def toDouble: Double

    Returns the value of this as a scala.Double.

  •  def toFloat: Float

    Returns the value of this as a scala.Float.

  •  def toHexString: String
  •  def toInt: Int

    Returns the value of this as an scala.Int.

  •  def toLong: Long

    Returns the value of this as a scala.Long.

  •  def toOctalString: String
  •  def toShort: Short

    Returns the value of this as a scala.Short.

  •  def toString(): String

    Returns a string representation of the object.

  •  def underlying(): AnyRef
  •  def unifiedPrimitiveEquals(x: Any): Boolean

    Should only be called after all known non-primitive types have been excluded.

  •  def unifiedPrimitiveHashcode(): Int
  •  def until(end: Int, step: Int): collection.immutable.Range
  •  def until(end: Int): collection.immutable.Range
  •  def →[B](y: B): (RichInt, B)

  • RetroSearch is an open source project built by @garambo | Open a GitHub Issue

    Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

    HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4