A RetroSearch Logo

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

Search Query:

Showing content from https://www.scala-lang.org/api/2.11.12/scala-compiler/scala/tools/nsc/backend/icode/Primitives.html below:

Primitives - Scala Compiler 2.11.12

  • 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): (Primitives, B)
  • final def ==(arg0: Any): Boolean

    The expression x == that is equivalent to if (x eq null) that eq null else x.equals(that).

  • object ADD extends ICodes.ArithmeticOp with Product with Serializable

    An arithmetic addition operation

  • object AND extends ICodes.LogicalOp with Product with Serializable

    A bitwise AND operation

  • object ASR extends ICodes.ShiftOp with Product with Serializable

    An arithmetic shift to the right

  • object CMP extends ICodes.ComparisonOp with Product with Serializable

    A comparison operation with no default for NaNs

  • object CMPG extends ICodes.ComparisonOp with Product with Serializable

    A comparison operation with +1 default for NaNs

  • object CMPL extends ICodes.ComparisonOp with Product with Serializable

    A comparison operation with -1 default for NaNs

  • object DIV extends ICodes.ArithmeticOp with Product with Serializable

    An arithmetic division operation

  • object EQ extends ICodes.TestOp with Product with Serializable

    An equality test

  • object EndConcat extends ICodes.Primitive with Product with Serializable

    type: (buf) => STR jvm : It should turn the StringBuffer into a String.

  • object GE extends ICodes.TestOp with Product with Serializable

    A greater-than-or-equal test

  • object GT extends ICodes.TestOp with Product with Serializable

    A greater-than test

  • object LE extends ICodes.TestOp with Product with Serializable

    A less-than-or-equal test

  • object LSL extends ICodes.ShiftOp with Product with Serializable

    A logical shift to the left

  • object LSR extends ICodes.ShiftOp with Product with Serializable

    A logical shift to the right

  • object LT extends ICodes.TestOp with Product with Serializable

    A less-than test

  • object MUL extends ICodes.ArithmeticOp with Product with Serializable

    An arithmetic multiplication operation

  • object NE extends ICodes.TestOp with Product with Serializable

    A non-equality test

  • object NOT extends ICodes.ArithmeticOp with Product with Serializable

    Bitwise negation.

  • object OR extends ICodes.LogicalOp with Product with Serializable

    A bitwise OR operation

  • object REM extends ICodes.ArithmeticOp with Product with Serializable

    An arithmetic remainder operation

  • object SUB extends ICodes.ArithmeticOp with Product with Serializable

    An arithmetic subtraction operation

  • object StartConcat extends ICodes.Primitive with Product with Serializable

    Signals the beginning of a series of concatenations.

  • object XOR extends ICodes.LogicalOp with Product with Serializable

    A bitwise XOR operation

  • final def asInstanceOf[T0]: T0

    Cast the receiver object to be of type T0.

  • def clone(): AnyRef

    Create a copy of the receiver object.

  • def ensuring(cond: (Primitives) ⇒ Boolean, msg: ⇒ Any): Primitives
  • def ensuring(cond: (Primitives) ⇒ Boolean): Primitives
  • def ensuring(cond: Boolean, msg: ⇒ Any): Primitives
  • def ensuring(cond: Boolean): Primitives
  • final def eq(arg0: AnyRef): Boolean

    Tests whether the argument (that) is a reference to the receiver object (this).

  • def equals(arg0: Any): Boolean

    The equality method for reference types.

  • def finalize(): Unit

    Called by the garbage collector on the receiver object when there are no more references to the object.

  • def formatted(fmtstr: String): String
  • final def getClass(): Class[_]

    A representation that corresponds to the dynamic class of the receiver object.

  • def hashCode(): Int

    The hashCode method for reference types.

  • final def isInstanceOf[T0]: Boolean

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

  • final def ne(arg0: AnyRef): Boolean

    Equivalent to !(this eq that).

  • final def notify(): Unit

    Wakes up a single thread that is waiting on the receiver object's monitor.

  • final def notifyAll(): Unit

    Wakes up all threads that are waiting on the receiver object's monitor.

  • final def synchronized[T0](arg0: ⇒ T0): T0
  • def toString(): String

    Creates a String representation of this object.

  • final def wait(): Unit
  • final def wait(arg0: Long, arg1: Int): Unit
  • final def wait(arg0: Long): Unit
  • def →[B](y: B): (Primitives, 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