Char

final abstract class Char extends AnyVal

Char, a 16-bit unsigned integer (equivalent to Java's char primitive type) is a subtype of scala.AnyVal.

Char, a 16-bit unsigned integer (equivalent to Java's char primitive type) is a subtype of scala.AnyVal. Instances of Char are not represented by an object in the underlying runtime system.

There is an implicit conversion from scala.Char => scala.runtime.RichChar which provides useful non-primitive operations.

Companion
object
class AnyVal
trait Matchable
class Any

Value members

Abstract methods

def !=(x: Byte): Boolean
Implicitly added by char2int

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Short): Boolean
Implicitly added by char2int

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Char): Boolean
Implicitly added by char2int

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Int): Boolean
Implicitly added by char2int

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Long): Boolean
Implicitly added by char2int

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Float): Boolean
Implicitly added by char2int

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Double): Boolean
Implicitly added by char2int

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Byte): Boolean
Implicitly added by char2long

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Short): Boolean
Implicitly added by char2long

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Char): Boolean
Implicitly added by char2long

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Int): Boolean
Implicitly added by char2long

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Long): Boolean
Implicitly added by char2long

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Float): Boolean
Implicitly added by char2long

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Double): Boolean
Implicitly added by char2long

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Byte): Boolean
Implicitly added by char2float

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Short): Boolean
Implicitly added by char2float

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Char): Boolean
Implicitly added by char2float

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Int): Boolean
Implicitly added by char2float

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Long): Boolean
Implicitly added by char2float

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Float): Boolean
Implicitly added by char2float

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Double): Boolean
Implicitly added by char2float

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Byte): Boolean
Implicitly added by char2double

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Short): Boolean
Implicitly added by char2double

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Char): Boolean
Implicitly added by char2double

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Int): Boolean
Implicitly added by char2double

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Long): Boolean
Implicitly added by char2double

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Float): Boolean
Implicitly added by char2double

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Double): Boolean
Implicitly added by char2double

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Byte): Boolean

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Short): Boolean

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Char): Boolean

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Int): Boolean

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Long): Boolean

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Float): Boolean

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def !=(x: Double): Boolean

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

def %(x: Byte): Int
Implicitly added by char2int

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Short): Int
Implicitly added by char2int

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Char): Int
Implicitly added by char2int

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Int): Int
Implicitly added by char2int

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Long): Long
Implicitly added by char2int

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Float): Float
Implicitly added by char2int

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Double): Double
Implicitly added by char2int

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Byte): Long
Implicitly added by char2long

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Short): Long
Implicitly added by char2long

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Char): Long
Implicitly added by char2long

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Int): Long
Implicitly added by char2long

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Long): Long
Implicitly added by char2long

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Float): Float
Implicitly added by char2long

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Double): Double
Implicitly added by char2long

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Byte): Float
Implicitly added by char2float

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Short): Float
Implicitly added by char2float

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Char): Float
Implicitly added by char2float

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Int): Float
Implicitly added by char2float

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Long): Float
Implicitly added by char2float

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Float): Float
Implicitly added by char2float

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Double): Double
Implicitly added by char2float

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Byte): Double
Implicitly added by char2double

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Short): Double
Implicitly added by char2double

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Char): Double
Implicitly added by char2double

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Int): Double
Implicitly added by char2double

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Long): Double
Implicitly added by char2double

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Float): Double
Implicitly added by char2double

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Double): Double
Implicitly added by char2double

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Byte): Int

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Short): Int

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Char): Int

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Int): Int

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Long): Long

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Float): Float

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def %(x: Double): Double

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

def &(x: Byte): Int
Implicitly added by char2int

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

Example

(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
def &(x: Short): Int
Implicitly added by char2int

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

Example

(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
def &(x: Char): Int
Implicitly added by char2int

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

Example

(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
def &(x: Int): Int
Implicitly added by char2int

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

Example

(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
def &(x: Long): Long
Implicitly added by char2int

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

Example

(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
def &(x: Byte): Long
Implicitly added by char2long

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

Example

(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
def &(x: Short): Long
Implicitly added by char2long

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

Example

(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
def &(x: Char): Long
Implicitly added by char2long

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

Example

(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
def &(x: Int): Long
Implicitly added by char2long

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

Example

(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
def &(x: Long): Long
Implicitly added by char2long

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

Example

(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
def &(x: Byte): Int

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

Example

(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
def &(x: Short): Int

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

Example

(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
def &(x: Char): Int

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

Example

(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
def &(x: Int): Int

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

Example

(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
def &(x: Long): Long

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

Example

(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
def *(x: Byte): Int
Implicitly added by char2int

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Short): Int
Implicitly added by char2int

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Char): Int
Implicitly added by char2int

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Int): Int
Implicitly added by char2int

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Long): Long
Implicitly added by char2int

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Float): Float
Implicitly added by char2int

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Double): Double
Implicitly added by char2int

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Byte): Long
Implicitly added by char2long

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Short): Long
Implicitly added by char2long

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Char): Long
Implicitly added by char2long

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Int): Long
Implicitly added by char2long

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Long): Long
Implicitly added by char2long

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Float): Float
Implicitly added by char2long

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Double): Double
Implicitly added by char2long

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Byte): Float
Implicitly added by char2float

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Short): Float
Implicitly added by char2float

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Char): Float
Implicitly added by char2float

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Int): Float
Implicitly added by char2float

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Long): Float
Implicitly added by char2float

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Float): Float
Implicitly added by char2float

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Double): Double
Implicitly added by char2float

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Byte): Double
Implicitly added by char2double

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Short): Double
Implicitly added by char2double

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Char): Double
Implicitly added by char2double

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Int): Double
Implicitly added by char2double

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Long): Double
Implicitly added by char2double

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Float): Double
Implicitly added by char2double

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Double): Double
Implicitly added by char2double

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Byte): Int

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Short): Int

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Char): Int

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Int): Int

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Long): Long

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Float): Float

Returns the product of this value and x.

Returns the product of this value and x.

def *(x: Double): Double

Returns the product of this value and x.

Returns the product of this value and x.

def +(x: Byte): Int
Implicitly added by char2int

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Short): Int
Implicitly added by char2int

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Char): Int
Implicitly added by char2int

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Int): Int
Implicitly added by char2int

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Long): Long
Implicitly added by char2int

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Float): Float
Implicitly added by char2int

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Double): Double
Implicitly added by char2int

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Byte): Long
Implicitly added by char2long

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Short): Long
Implicitly added by char2long

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Char): Long
Implicitly added by char2long

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Int): Long
Implicitly added by char2long

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Long): Long
Implicitly added by char2long

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Float): Float
Implicitly added by char2long

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Double): Double
Implicitly added by char2long

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Byte): Float
Implicitly added by char2float

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Short): Float
Implicitly added by char2float

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Char): Float
Implicitly added by char2float

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Int): Float
Implicitly added by char2float

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Long): Float
Implicitly added by char2float

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Float): Float
Implicitly added by char2float

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Double): Double
Implicitly added by char2float

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Byte): Double
Implicitly added by char2double

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Short): Double
Implicitly added by char2double

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Char): Double
Implicitly added by char2double

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Int): Double
Implicitly added by char2double

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Long): Double
Implicitly added by char2double

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Float): Double
Implicitly added by char2double

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Double): Double
Implicitly added by char2double

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Byte): Int

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Short): Int

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Char): Int

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Int): Int

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Long): Long

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Float): Float

Returns the sum of this value and x.

Returns the sum of this value and x.

def +(x: Double): Double

Returns the sum of this value and x.

Returns the sum of this value and x.

def -(x: Byte): Int
Implicitly added by char2int

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Short): Int
Implicitly added by char2int

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Char): Int
Implicitly added by char2int

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Int): Int
Implicitly added by char2int

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Long): Long
Implicitly added by char2int

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Float): Float
Implicitly added by char2int

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Double): Double
Implicitly added by char2int

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Byte): Long
Implicitly added by char2long

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Short): Long
Implicitly added by char2long

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Char): Long
Implicitly added by char2long

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Int): Long
Implicitly added by char2long

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Long): Long
Implicitly added by char2long

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Float): Float
Implicitly added by char2long

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Double): Double
Implicitly added by char2long

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Byte): Float
Implicitly added by char2float

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Short): Float
Implicitly added by char2float

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Char): Float
Implicitly added by char2float

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Int): Float
Implicitly added by char2float

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Long): Float
Implicitly added by char2float

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Float): Float
Implicitly added by char2float

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Double): Double
Implicitly added by char2float

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Byte): Double
Implicitly added by char2double

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Short): Double
Implicitly added by char2double

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Char): Double
Implicitly added by char2double

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Int): Double
Implicitly added by char2double

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Long): Double
Implicitly added by char2double

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Float): Double
Implicitly added by char2double

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Double): Double
Implicitly added by char2double

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Byte): Int

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Short): Int

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Char): Int

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Int): Int

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Long): Long

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Float): Float

Returns the difference of this value and x.

Returns the difference of this value and x.

def -(x: Double): Double

Returns the difference of this value and x.

Returns the difference of this value and x.

def /(x: Byte): Int
Implicitly added by char2int

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Short): Int
Implicitly added by char2int

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Char): Int
Implicitly added by char2int

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Int): Int
Implicitly added by char2int

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Long): Long
Implicitly added by char2int

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Float): Float
Implicitly added by char2int

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Double): Double
Implicitly added by char2int

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Byte): Long
Implicitly added by char2long

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Short): Long
Implicitly added by char2long

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Char): Long
Implicitly added by char2long

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Int): Long
Implicitly added by char2long

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Long): Long
Implicitly added by char2long

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Float): Float
Implicitly added by char2long

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Double): Double
Implicitly added by char2long

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Byte): Float
Implicitly added by char2float

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Short): Float
Implicitly added by char2float

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Char): Float
Implicitly added by char2float

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Int): Float
Implicitly added by char2float

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Long): Float
Implicitly added by char2float

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Float): Float
Implicitly added by char2float

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Double): Double
Implicitly added by char2float

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Byte): Double
Implicitly added by char2double

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Short): Double
Implicitly added by char2double

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Char): Double
Implicitly added by char2double

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Int): Double
Implicitly added by char2double

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Long): Double
Implicitly added by char2double

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Float): Double
Implicitly added by char2double

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Double): Double
Implicitly added by char2double

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Byte): Int

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Short): Int

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Char): Int

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Int): Int

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Long): Long

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Float): Float

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def /(x: Double): Double

Returns the quotient of this value and x.

Returns the quotient of this value and x.

def <(x: Byte): Boolean
Implicitly added by char2int

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Short): Boolean
Implicitly added by char2int

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Char): Boolean
Implicitly added by char2int

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Int): Boolean
Implicitly added by char2int

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Long): Boolean
Implicitly added by char2int

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Float): Boolean
Implicitly added by char2int

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Double): Boolean
Implicitly added by char2int

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Byte): Boolean
Implicitly added by char2long

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Short): Boolean
Implicitly added by char2long

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Char): Boolean
Implicitly added by char2long

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Int): Boolean
Implicitly added by char2long

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Long): Boolean
Implicitly added by char2long

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Float): Boolean
Implicitly added by char2long

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Double): Boolean
Implicitly added by char2long

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Byte): Boolean
Implicitly added by char2float

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Short): Boolean
Implicitly added by char2float

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Char): Boolean
Implicitly added by char2float

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Int): Boolean
Implicitly added by char2float

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Long): Boolean
Implicitly added by char2float

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Float): Boolean
Implicitly added by char2float

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Double): Boolean
Implicitly added by char2float

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Byte): Boolean
Implicitly added by char2double

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Short): Boolean
Implicitly added by char2double

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Char): Boolean
Implicitly added by char2double

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Int): Boolean
Implicitly added by char2double

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Long): Boolean
Implicitly added by char2double

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Float): Boolean
Implicitly added by char2double

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Double): Boolean
Implicitly added by char2double

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Byte): Boolean

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Short): Boolean

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Char): Boolean

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Int): Boolean

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Long): Boolean

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Float): Boolean

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <(x: Double): Boolean

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

def <<(x: Int): Int
Implicitly added by char2int

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Example

6 << 3 == 48 // in binary: 0110 << 3 == 0110000
def <<(x: Int): Long
Implicitly added by char2long

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Example

6 << 3 == 48 // in binary: 0110 << 3 == 0110000
def <<(x: Long): Long
Implicitly added by char2long

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Example

6 << 3 == 48 // in binary: 0110 << 3 == 0110000
def <<(x: Int): Int

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Example

6 << 3 == 48 // in binary: 0110 << 3 == 0110000
def <=(x: Byte): Boolean
Implicitly added by char2int

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Short): Boolean
Implicitly added by char2int

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Char): Boolean
Implicitly added by char2int

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Int): Boolean
Implicitly added by char2int

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Long): Boolean
Implicitly added by char2int

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Float): Boolean
Implicitly added by char2int

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Double): Boolean
Implicitly added by char2int

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Byte): Boolean
Implicitly added by char2long

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Short): Boolean
Implicitly added by char2long

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Char): Boolean
Implicitly added by char2long

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Int): Boolean
Implicitly added by char2long

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Long): Boolean
Implicitly added by char2long

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Float): Boolean
Implicitly added by char2long

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Double): Boolean
Implicitly added by char2long

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Byte): Boolean
Implicitly added by char2float

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Short): Boolean
Implicitly added by char2float

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Char): Boolean
Implicitly added by char2float

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Int): Boolean
Implicitly added by char2float

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Long): Boolean
Implicitly added by char2float

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Float): Boolean
Implicitly added by char2float

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Double): Boolean
Implicitly added by char2float

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Byte): Boolean
Implicitly added by char2double

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Short): Boolean
Implicitly added by char2double

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Char): Boolean
Implicitly added by char2double

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Int): Boolean
Implicitly added by char2double

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Long): Boolean
Implicitly added by char2double

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Float): Boolean
Implicitly added by char2double

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Double): Boolean
Implicitly added by char2double

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Byte): Boolean

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Short): Boolean

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Char): Boolean

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Int): Boolean

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Long): Boolean

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Float): Boolean

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def <=(x: Double): Boolean

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

def ==(x: Byte): Boolean
Implicitly added by char2int

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Short): Boolean
Implicitly added by char2int

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Char): Boolean
Implicitly added by char2int

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Int): Boolean
Implicitly added by char2int

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Long): Boolean
Implicitly added by char2int

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Float): Boolean
Implicitly added by char2int

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Double): Boolean
Implicitly added by char2int

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Byte): Boolean
Implicitly added by char2long

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Short): Boolean
Implicitly added by char2long

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Char): Boolean
Implicitly added by char2long

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Int): Boolean
Implicitly added by char2long

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Long): Boolean
Implicitly added by char2long

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Float): Boolean
Implicitly added by char2long

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Double): Boolean
Implicitly added by char2long

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Byte): Boolean
Implicitly added by char2float

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Short): Boolean
Implicitly added by char2float

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Char): Boolean
Implicitly added by char2float

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Int): Boolean
Implicitly added by char2float

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Long): Boolean
Implicitly added by char2float

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Float): Boolean
Implicitly added by char2float

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Double): Boolean
Implicitly added by char2float

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Byte): Boolean
Implicitly added by char2double

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Short): Boolean
Implicitly added by char2double

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Char): Boolean
Implicitly added by char2double

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Int): Boolean
Implicitly added by char2double

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Long): Boolean
Implicitly added by char2double

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Float): Boolean
Implicitly added by char2double

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Double): Boolean
Implicitly added by char2double

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Byte): Boolean

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Short): Boolean

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Char): Boolean

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Int): Boolean

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Long): Boolean

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Float): Boolean

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def ==(x: Double): Boolean

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

def >(x: Byte): Boolean
Implicitly added by char2int

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Short): Boolean
Implicitly added by char2int

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Char): Boolean
Implicitly added by char2int

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Int): Boolean
Implicitly added by char2int

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Long): Boolean
Implicitly added by char2int

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Float): Boolean
Implicitly added by char2int

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Double): Boolean
Implicitly added by char2int

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Byte): Boolean
Implicitly added by char2long

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Short): Boolean
Implicitly added by char2long

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Char): Boolean
Implicitly added by char2long

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Int): Boolean
Implicitly added by char2long

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Long): Boolean
Implicitly added by char2long

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Float): Boolean
Implicitly added by char2long

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Double): Boolean
Implicitly added by char2long

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Byte): Boolean
Implicitly added by char2float

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Short): Boolean
Implicitly added by char2float

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Char): Boolean
Implicitly added by char2float

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Int): Boolean
Implicitly added by char2float

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Long): Boolean
Implicitly added by char2float

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Float): Boolean
Implicitly added by char2float

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Double): Boolean
Implicitly added by char2float

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Byte): Boolean
Implicitly added by char2double

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Short): Boolean
Implicitly added by char2double

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Char): Boolean
Implicitly added by char2double

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Int): Boolean
Implicitly added by char2double

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Long): Boolean
Implicitly added by char2double

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Float): Boolean
Implicitly added by char2double

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Double): Boolean
Implicitly added by char2double

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Byte): Boolean

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Short): Boolean

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Char): Boolean

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Int): Boolean

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Long): Boolean

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Float): Boolean

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >(x: Double): Boolean

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

def >=(x: Byte): Boolean
Implicitly added by char2int

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Short): Boolean
Implicitly added by char2int

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Char): Boolean
Implicitly added by char2int

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Int): Boolean
Implicitly added by char2int

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Long): Boolean
Implicitly added by char2int

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Float): Boolean
Implicitly added by char2int

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Double): Boolean
Implicitly added by char2int

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Byte): Boolean
Implicitly added by char2long

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Short): Boolean
Implicitly added by char2long

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Char): Boolean
Implicitly added by char2long

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Int): Boolean
Implicitly added by char2long

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Long): Boolean
Implicitly added by char2long

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Float): Boolean
Implicitly added by char2long

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Double): Boolean
Implicitly added by char2long

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Byte): Boolean
Implicitly added by char2float

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Short): Boolean
Implicitly added by char2float

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Char): Boolean
Implicitly added by char2float

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Int): Boolean
Implicitly added by char2float

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Long): Boolean
Implicitly added by char2float

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Float): Boolean
Implicitly added by char2float

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Double): Boolean
Implicitly added by char2float

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Byte): Boolean
Implicitly added by char2double

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Short): Boolean
Implicitly added by char2double

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Char): Boolean
Implicitly added by char2double

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Int): Boolean
Implicitly added by char2double

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Long): Boolean
Implicitly added by char2double

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Float): Boolean
Implicitly added by char2double

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Double): Boolean
Implicitly added by char2double

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Byte): Boolean

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Short): Boolean

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Char): Boolean

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Int): Boolean

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Long): Boolean

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Float): Boolean

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >=(x: Double): Boolean

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

def >>(x: Int): Int
Implicitly added by char2int

Returns this value bit-shifted right by the specified number of bits, filling in the left bits with the same value as the left-most bit of this.

Returns this value bit-shifted right by the specified number of bits, filling in the left bits with the same value as the left-most bit of this. The effect of this is to retain the sign of the value.

Example

-21 >> 3 == -3
// in binary: 11111111 11111111 11111111 11101011 >> 3 ==
//            11111111 11111111 11111111 11111101
def >>(x: Int): Long
Implicitly added by char2long

Returns this value bit-shifted right by the specified number of bits, filling in the left bits with the same value as the left-most bit of this.

Returns this value bit-shifted right by the specified number of bits, filling in the left bits with the same value as the left-most bit of this. The effect of this is to retain the sign of the value.

Example

-21 >> 3 == -3
// in binary: 11111111 11111111 11111111 11101011 >> 3 ==
//            11111111 11111111 11111111 11111101
def >>(x: Long): Long
Implicitly added by char2long

Returns this value bit-shifted right by the specified number of bits, filling in the left bits with the same value as the left-most bit of this.

Returns this value bit-shifted right by the specified number of bits, filling in the left bits with the same value as the left-most bit of this. The effect of this is to retain the sign of the value.

Example

-21 >> 3 == -3
// in binary: 11111111 11111111 11111111 11101011 >> 3 ==
//            11111111 11111111 11111111 11111101
def >>(x: Int): Int

Returns this value bit-shifted right by the specified number of bits, filling in the left bits with the same value as the left-most bit of this.

Returns this value bit-shifted right by the specified number of bits, filling in the left bits with the same value as the left-most bit of this. The effect of this is to retain the sign of the value.

Example

-21 >> 3 == -3
// in binary: 11111111 11111111 11111111 11101011 >> 3 ==
//            11111111 11111111 11111111 11111101
def >>>(x: Int): Int
Implicitly added by char2int

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Example

21 >>> 3 == 2 // in binary: 010101 >>> 3 == 010

-21 >>> 3 == 536870909
// in binary: 11111111 11111111 11111111 11101011 >>> 3 ==
//            00011111 11111111 11111111 11111101
def >>>(x: Int): Long
Implicitly added by char2long

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Example

21 >>> 3 == 2 // in binary: 010101 >>> 3 == 010

-21 >>> 3 == 536870909
// in binary: 11111111 11111111 11111111 11101011 >>> 3 ==
//            00011111 11111111 11111111 11111101
def >>>(x: Long): Long
Implicitly added by char2long

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Example

21 >>> 3 == 2 // in binary: 010101 >>> 3 == 010

-21 >>> 3 == 536870909
// in binary: 11111111 11111111 11111111 11101011 >>> 3 ==
//            00011111 11111111 11111111 11111101
def >>>(x: Int): Int

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Example

21 >>> 3 == 2 // in binary: 010101 >>> 3 == 010

-21 >>> 3 == 536870909
// in binary: 11111111 11111111 11111111 11101011 >>> 3 ==
//            00011111 11111111 11111111 11111101
def ^(x: Byte): Int
Implicitly added by char2int

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

Example

(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
def ^(x: Short): Int
Implicitly added by char2int

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

Example

(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
def ^(x: Char): Int
Implicitly added by char2int

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

Example

(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
def ^(x: Int): Int
Implicitly added by char2int

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

Example

(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
def ^(x: Long): Long
Implicitly added by char2int

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

Example

(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
def ^(x: Byte): Long
Implicitly added by char2long

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

Example

(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
def ^(x: Short): Long
Implicitly added by char2long

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

Example

(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
def ^(x: Char): Long
Implicitly added by char2long

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

Example

(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
def ^(x: Int): Long
Implicitly added by char2long

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

Example

(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
def ^(x: Long): Long
Implicitly added by char2long

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

Example

(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
def ^(x: Byte): Int

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

Example

(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
def ^(x: Short): Int

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

Example

(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
def ^(x: Char): Int

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

Example

(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
def ^(x: Int): Int

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

Example

(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
def ^(x: Long): Long

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

Example

(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
def toByte: Byte
Implicitly added by char2int
def toByte: Byte
Implicitly added by char2long
def toByte: Byte
Implicitly added by char2float
def toByte: Byte
Implicitly added by char2double
def toByte: Byte
def toChar: Char
Implicitly added by char2int
def toChar: Char
Implicitly added by char2long
def toChar: Char
Implicitly added by char2float
def toChar: Char
Implicitly added by char2double
def toChar: Char
Implicitly added by char2int
Implicitly added by char2long
Implicitly added by char2float
Implicitly added by char2double
Implicitly added by char2int
Implicitly added by char2long
Implicitly added by char2float
Implicitly added by char2double
def toInt: Int
Implicitly added by char2int
def toInt: Int
Implicitly added by char2long
def toInt: Int
Implicitly added by char2float
def toInt: Int
Implicitly added by char2double
def toInt: Int
def toLong: Long
Implicitly added by char2int
def toLong: Long
Implicitly added by char2long
def toLong: Long
Implicitly added by char2float
def toLong: Long
Implicitly added by char2double
def toLong: Long
Implicitly added by char2int
Implicitly added by char2long
Implicitly added by char2float
Implicitly added by char2double
def unary_+: Int
Implicitly added by char2int

Returns this value, unmodified.

Returns this value, unmodified.

Implicitly added by char2long

Returns this value, unmodified.

Returns this value, unmodified.

Implicitly added by char2float

Returns this value, unmodified.

Returns this value, unmodified.

Implicitly added by char2double

Returns this value, unmodified.

Returns this value, unmodified.

def unary_+: Int

Returns this value, unmodified.

Returns this value, unmodified.

def unary_-: Int
Implicitly added by char2int

Returns the negation of this value.

Returns the negation of this value.

Implicitly added by char2long

Returns the negation of this value.

Returns the negation of this value.

Implicitly added by char2float

Returns the negation of this value.

Returns the negation of this value.

Implicitly added by char2double

Returns the negation of this value.

Returns the negation of this value.

def unary_-: Int

Returns the negation of this value.

Returns the negation of this value.

def unary_~: Int
Implicitly added by char2int

Returns the bitwise negation of this value.

Returns the bitwise negation of this value.

Example

~5 == -6
// in binary: ~00000101 ==
//             11111010
Implicitly added by char2long

Returns the bitwise negation of this value.

Returns the bitwise negation of this value.

Example

~5 == -6
// in binary: ~00000101 ==
//             11111010
def unary_~: Int

Returns the bitwise negation of this value.

Returns the bitwise negation of this value.

Example

~5 == -6
// in binary: ~00000101 ==
//             11111010
def |(x: Byte): Int
Implicitly added by char2int

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

Example

(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
def |(x: Short): Int
Implicitly added by char2int

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

Example

(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
def |(x: Char): Int
Implicitly added by char2int

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

Example

(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
def |(x: Int): Int
Implicitly added by char2int

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

Example

(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
def |(x: Long): Long
Implicitly added by char2int

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

Example

(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
def |(x: Byte): Long
Implicitly added by char2long

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

Example

(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
def |(x: Short): Long
Implicitly added by char2long

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

Example

(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
def |(x: Char): Long
Implicitly added by char2long

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

Example

(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
def |(x: Int): Long
Implicitly added by char2long

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

Example

(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
def |(x: Long): Long
Implicitly added by char2long

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

Example

(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
def |(x: Byte): Int

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

Example

(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
def |(x: Short): Int

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

Example

(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
def |(x: Char): Int

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

Example

(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
def |(x: Int): Int

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

Example

(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
def |(x: Long): Long

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

Example

(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010

Deprecated methods

@deprecated("Adding a number and a String is deprecated. Use the string interpolation `s\"$num$str\"`", "2.13.0")
def +(x: String): String
Implicitly added by char2int
Deprecated
@deprecated("Adding a number and a String is deprecated. Use the string interpolation `s\"$num$str\"`", "2.13.0")
def +(x: String): String
Implicitly added by char2long
Deprecated
@deprecated("Adding a number and a String is deprecated. Use the string interpolation `s\"$num$str\"`", "2.13.0")
def +(x: String): String
Implicitly added by char2float
Deprecated
@deprecated("Adding a number and a String is deprecated. Use the string interpolation `s\"$num$str\"`", "2.13.0")
def +(x: String): String
Implicitly added by char2double
Deprecated
@deprecated("Adding a number and a String is deprecated. Use the string interpolation `s\"$num$str\"`", "2.13.0")
def +(x: String): String
Deprecated
@deprecated("shifting a value by a `Long` argument is deprecated (except when the value is a `Long`).\nCall `toInt` on the argument to maintain the current behavior and avoid the deprecation warning.", "2.12.7")
def <<(x: Long): Int
Implicitly added by char2int

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Example

6 << 3 == 48 // in binary: 0110 << 3 == 0110000
Deprecated
@deprecated("shifting a value by a `Long` argument is deprecated (except when the value is a `Long`).\nCall `toInt` on the argument to maintain the current behavior and avoid the deprecation warning.", "2.12.7")
def <<(x: Long): Int

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Example

6 << 3 == 48 // in binary: 0110 << 3 == 0110000
Deprecated
@deprecated("shifting a value by a `Long` argument is deprecated (except when the value is a `Long`).\nCall `toInt` on the argument to maintain the current behavior and avoid the deprecation warning.", "2.12.7")
def >>(x: Long): Int
Implicitly added by char2int

Returns this value bit-shifted right by the specified number of bits, filling in the left bits with the same value as the left-most bit of this.

Returns this value bit-shifted right by the specified number of bits, filling in the left bits with the same value as the left-most bit of this. The effect of this is to retain the sign of the value.

Example

-21 >> 3 == -3
// in binary: 11111111 11111111 11111111 11101011 >> 3 ==
//            11111111 11111111 11111111 11111101
Deprecated
@deprecated("shifting a value by a `Long` argument is deprecated (except when the value is a `Long`).\nCall `toInt` on the argument to maintain the current behavior and avoid the deprecation warning.", "2.12.7")
def >>(x: Long): Int

Returns this value bit-shifted right by the specified number of bits, filling in the left bits with the same value as the left-most bit of this.

Returns this value bit-shifted right by the specified number of bits, filling in the left bits with the same value as the left-most bit of this. The effect of this is to retain the sign of the value.

Example

-21 >> 3 == -3
// in binary: 11111111 11111111 11111111 11101011 >> 3 ==
//            11111111 11111111 11111111 11111101
Deprecated
@deprecated("shifting a value by a `Long` argument is deprecated (except when the value is a `Long`).\nCall `toInt` on the argument to maintain the current behavior and avoid the deprecation warning.", "2.12.7")
def >>>(x: Long): Int
Implicitly added by char2int

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Example

21 >>> 3 == 2 // in binary: 010101 >>> 3 == 010

-21 >>> 3 == 536870909
// in binary: 11111111 11111111 11111111 11101011 >>> 3 ==
//            00011111 11111111 11111111 11111101
Deprecated
@deprecated("shifting a value by a `Long` argument is deprecated (except when the value is a `Long`).\nCall `toInt` on the argument to maintain the current behavior and avoid the deprecation warning.", "2.12.7")
def >>>(x: Long): Int

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Example

21 >>> 3 == 2 // in binary: 010101 >>> 3 == 010

-21 >>> 3 == 536870909
// in binary: 11111111 11111111 11111111 11101011 >>> 3 ==
//            00011111 11111111 11111111 11111101
Deprecated