Char

scala.Char
See theChar companion object
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. Instances of Char are not represented by an object in the underlying runtime system.

The companion object provides useful non-primitive operations as extension methods.

Attributes

Companion
object
Source
Char.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Abstract methods

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.

Attributes

Source
Double.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Char.scala
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.

Value parameters

x

the divisor

Attributes

Source
Double.scala
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.

Value parameters

x

the divisor

Attributes

Source
Double.scala
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.

Value parameters

x

the divisor

Attributes

Source
Double.scala
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.

Value parameters

x

the divisor

Attributes

Source
Double.scala
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.

Value parameters

x

the divisor

Attributes

Source
Double.scala
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.

Value parameters

x

the divisor

Attributes

Source
Double.scala
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.

Value parameters

x

the divisor

Attributes

Source
Double.scala
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.

Value parameters

x

the divisor

Attributes

Source
Float.scala
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.

Value parameters

x

the divisor

Attributes

Source
Float.scala
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.

Value parameters

x

the divisor

Attributes

Source
Float.scala
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.

Value parameters

x

the divisor

Attributes

Source
Float.scala
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.

Value parameters

x

the divisor

Attributes

Source
Float.scala
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.

Value parameters

x

the divisor

Attributes

Source
Float.scala
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.

Value parameters

x

the divisor

Attributes

Source
Float.scala
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.

Value parameters

x

the divisor

Attributes

Source
Int.scala
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.

Value parameters

x

the divisor

Attributes

Source
Int.scala
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.

Value parameters

x

the divisor

Attributes

Source
Int.scala
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.

Value parameters

x

the divisor

Attributes

Source
Int.scala
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.

Value parameters

x

the divisor

Attributes

Source
Int.scala
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.

Value parameters

x

the divisor

Attributes

Source
Int.scala
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.

Value parameters

x

the divisor

Attributes

Source
Int.scala
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.

Value parameters

x

the divisor

Attributes

Source
Long.scala
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.

Value parameters

x

the divisor

Attributes

Source
Long.scala
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.

Value parameters

x

the divisor

Attributes

Source
Long.scala
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.

Value parameters

x

the divisor

Attributes

Source
Long.scala
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.

Value parameters

x

the divisor

Attributes

Source
Long.scala
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.

Value parameters

x

the divisor

Attributes

Source
Long.scala
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.

Value parameters

x

the divisor

Attributes

Source
Long.scala
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.

Value parameters

x

the divisor

Attributes

Source
Char.scala
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.

Value parameters

x

the divisor

Attributes

Source
Char.scala
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.

Value parameters

x

the divisor

Attributes

Source
Char.scala
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.

Value parameters

x

the divisor

Attributes

Source
Char.scala
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.

Value parameters

x

the divisor

Attributes

Source
Char.scala
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.

Value parameters

x

the divisor

Attributes

Source
Char.scala
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.

Value parameters

x

the divisor

Attributes

Source
Char.scala
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.

Value parameters

x

the value to AND with this value

Attributes

Example
(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
Source
Int.scala
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.

Value parameters

x

the value to AND with this value

Attributes

Example
(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
Source
Int.scala
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.

Value parameters

x

the value to AND with this value

Attributes

Example
(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
Source
Int.scala
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.

Value parameters

x

the value to AND with this value

Attributes

Example
(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
Source
Int.scala
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.

Value parameters

x

the value to AND with this value

Attributes

Example
(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
Source
Int.scala
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.

Value parameters

x

the value to AND with this value

Attributes

Example
(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
Source
Long.scala
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.

Value parameters

x

the value to AND with this value

Attributes

Example
(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
Source
Long.scala
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.

Value parameters

x

the value to AND with this value

Attributes

Example
(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
Source
Long.scala
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.

Value parameters

x

the value to AND with this value

Attributes

Example
(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
Source
Long.scala
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.

Value parameters

x

the value to AND with this value

Attributes

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

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

Value parameters

x

the value to AND with this value

Attributes

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

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

Value parameters

x

the value to AND with this value

Attributes

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

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

Value parameters

x

the value to AND with this value

Attributes

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

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

Value parameters

x

the value to AND with this value

Attributes

Example
(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
Source
Char.scala
def &(x: Long): Long

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

Value parameters

x

the value to AND with this value

Attributes

Example
(0xf0 & 0xaa) == 0xa0
// in binary:   11110000
//            & 10101010
//              --------
//              10100000
Source
Char.scala
def *(x: Byte): Double
Implicitly added by char2double

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

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

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

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

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

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

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

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

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

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

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

Source
Double.scala
def *(x: Double): Double
Implicitly added by char2double

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

Source
Double.scala
def *(x: Byte): Float
Implicitly added by char2float

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

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

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

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

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

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

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

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

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

Source
Float.scala
def *(x: Float): Float
Implicitly added by char2float

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

Source
Float.scala
def *(x: Double): Double
Implicitly added by char2float

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

Source
Float.scala
def *(x: Byte): Int
Implicitly added by char2int

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

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

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

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

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

Source
Int.scala
def *(x: Int): Int
Implicitly added by char2int

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

Source
Int.scala
def *(x: Long): Long
Implicitly added by char2int

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

Source
Int.scala
def *(x: Float): Float
Implicitly added by char2int

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

Source
Int.scala
def *(x: Double): Double
Implicitly added by char2int

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

Source
Int.scala
def *(x: Byte): Long
Implicitly added by char2long

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

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

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

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

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

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

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

Source
Long.scala
def *(x: Long): Long
Implicitly added by char2long

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

Source
Long.scala
def *(x: Float): Float
Implicitly added by char2long

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

Source
Long.scala
def *(x: Double): Double
Implicitly added by char2long

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

Source
Long.scala
def *(x: Byte): Int

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

Source
Char.scala
def *(x: Short): Int

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

Source
Char.scala
def *(x: Char): Int

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

Source
Char.scala
def *(x: Int): Int

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

Source
Char.scala
def *(x: Long): Long

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

Source
Char.scala
def *(x: Float): Float

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

Source
Char.scala
def *(x: Double): Double

Returns the product of this value and x.

Returns the product of this value and x.

Value parameters

x

the value to multiply this value by

Attributes

Source
Char.scala
def +(x: Byte): Double
Implicitly added by char2double

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

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

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

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

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

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

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

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

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

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

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

Source
Double.scala
def +(x: Double): Double
Implicitly added by char2double

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

Source
Double.scala
def +(x: Byte): Float
Implicitly added by char2float

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

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

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

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

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

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

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

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

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

Source
Float.scala
def +(x: Float): Float
Implicitly added by char2float

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

Source
Float.scala
def +(x: Double): Double
Implicitly added by char2float

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

Source
Float.scala
def +(x: Byte): Int
Implicitly added by char2int

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

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

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

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

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

Source
Int.scala
def +(x: Int): Int
Implicitly added by char2int

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

Source
Int.scala
def +(x: Long): Long
Implicitly added by char2int

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

Source
Int.scala
def +(x: Float): Float
Implicitly added by char2int

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

Source
Int.scala
def +(x: Double): Double
Implicitly added by char2int

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

Source
Int.scala
def +(x: Byte): Long
Implicitly added by char2long

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

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

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

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

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

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

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

Source
Long.scala
def +(x: Long): Long
Implicitly added by char2long

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

Source
Long.scala
def +(x: Float): Float
Implicitly added by char2long

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

Source
Long.scala
def +(x: Double): Double
Implicitly added by char2long

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

Source
Long.scala
def +(x: Byte): Int

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

Source
Char.scala
def +(x: Short): Int

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

Source
Char.scala
def +(x: Char): Int

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

Source
Char.scala
def +(x: Int): Int

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

Source
Char.scala
def +(x: Long): Long

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

Source
Char.scala
def +(x: Float): Float

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

Source
Char.scala
def +(x: Double): Double

Returns the sum of this value and x.

Returns the sum of this value and x.

Value parameters

x

the value to add to this value

Attributes

Source
Char.scala
def -(x: Byte): Double
Implicitly added by char2double

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

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

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

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

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

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

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

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

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

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

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

Source
Double.scala
def -(x: Double): Double
Implicitly added by char2double

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

Source
Double.scala
def -(x: Byte): Float
Implicitly added by char2float

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

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

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

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

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

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

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

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

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

Source
Float.scala
def -(x: Float): Float
Implicitly added by char2float

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

Source
Float.scala
def -(x: Double): Double
Implicitly added by char2float

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

Source
Float.scala
def -(x: Byte): Int
Implicitly added by char2int

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

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

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

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

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

Source
Int.scala
def -(x: Int): Int
Implicitly added by char2int

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

Source
Int.scala
def -(x: Long): Long
Implicitly added by char2int

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

Source
Int.scala
def -(x: Float): Float
Implicitly added by char2int

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

Source
Int.scala
def -(x: Double): Double
Implicitly added by char2int

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

Source
Int.scala
def -(x: Byte): Long
Implicitly added by char2long

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

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

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

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

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

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

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

Source
Long.scala
def -(x: Long): Long
Implicitly added by char2long

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

Source
Long.scala
def -(x: Float): Float
Implicitly added by char2long

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

Source
Long.scala
def -(x: Double): Double
Implicitly added by char2long

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

Source
Long.scala
def -(x: Byte): Int

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

Source
Char.scala
def -(x: Short): Int

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

Source
Char.scala
def -(x: Char): Int

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

Source
Char.scala
def -(x: Int): Int

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

Source
Char.scala
def -(x: Long): Long

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

Source
Char.scala
def -(x: Float): Float

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

Source
Char.scala
def -(x: Double): Double

Returns the difference of this value and x.

Returns the difference of this value and x.

Value parameters

x

the value to subtract from this value

Attributes

Source
Char.scala
def /(x: Byte): Double
Implicitly added by char2double

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

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

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

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

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

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

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

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

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

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

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

Source
Double.scala
def /(x: Double): Double
Implicitly added by char2double

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

Source
Double.scala
def /(x: Byte): Float
Implicitly added by char2float

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

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

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

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

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

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

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

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

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

Source
Float.scala
def /(x: Float): Float
Implicitly added by char2float

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

Source
Float.scala
def /(x: Double): Double
Implicitly added by char2float

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

Source
Float.scala
def /(x: Byte): Int
Implicitly added by char2int

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

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

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

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

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

Source
Int.scala
def /(x: Int): Int
Implicitly added by char2int

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

Source
Int.scala
def /(x: Long): Long
Implicitly added by char2int

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

Source
Int.scala
def /(x: Float): Float
Implicitly added by char2int

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

Source
Int.scala
def /(x: Double): Double
Implicitly added by char2int

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

Source
Int.scala
def /(x: Byte): Long
Implicitly added by char2long

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

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

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

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

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

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

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

Source
Long.scala
def /(x: Long): Long
Implicitly added by char2long

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

Source
Long.scala
def /(x: Float): Float
Implicitly added by char2long

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

Source
Long.scala
def /(x: Double): Double
Implicitly added by char2long

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

Source
Long.scala
def /(x: Byte): Int

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

Source
Char.scala
def /(x: Short): Int

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

Source
Char.scala
def /(x: Char): Int

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

Source
Char.scala
def /(x: Int): Int

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

Source
Char.scala
def /(x: Long): Long

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

Source
Char.scala
def /(x: Float): Float

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

Source
Char.scala
def /(x: Double): Double

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Value parameters

x

the value to divide this value by

Attributes

Source
Char.scala
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.

Value parameters

x

the value to compare against this one

Attributes

Source
Double.scala
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.

Value parameters

x

the value to compare against this one

Attributes

Source
Double.scala
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.

Value parameters

x

the value to compare against this one

Attributes

Source
Double.scala
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.

Value parameters

x

the value to compare against this one

Attributes

Source
Double.scala
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.

Value parameters

x

the value to compare against this one

Attributes

Source
Double.scala
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.

Value parameters

x

the value to compare against this one

Attributes

Source
Double.scala
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.

Value parameters

x

the value to compare against this one

Attributes

Source
Double.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Float.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Float.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Float.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Float.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Float.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Float.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Float.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Int.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Int.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Int.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Int.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Int.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Int.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Int.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Long.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Long.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Long.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Long.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Long.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Long.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Long.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Char.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Char.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Char.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Char.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Char.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Char.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Char.scala
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.

Value parameters

x

the number of bits to shift left (only the 5 lowest-order bits are used)

Attributes

Example
6 << 3 == 48 // in binary: 0110 << 3 == 0110000
Source
Int.scala
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.

Value parameters

x

the number of bits to shift left

Attributes

Example
6 << 3 == 48 // in binary: 0110 << 3 == 0110000
Source
Long.scala
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.

Value parameters

x

the number of bits to shift left

Attributes

Example
6 << 3 == 48 // in binary: 0110 << 3 == 0110000
Source
Long.scala
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.

Value parameters

x

the number of bits to shift left

Attributes

Example
6 << 3 == 48 // in binary: 0110 << 3 == 0110000
Source
Char.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Char.scala
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.

Value parameters

x

the value to compare against this one

Attributes

Source
Double.scala
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.

Value parameters

x

the value to compare against this one

Attributes

Source
Double.scala
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.

Value parameters

x

the value to compare against this one

Attributes

Source
Double.scala
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.

Value parameters

x

the value to compare against this one

Attributes

Source
Double.scala
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.

Value parameters

x

the value to compare against this one

Attributes

Source
Double.scala
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.

Value parameters

x

the value to compare against this one

Attributes

Source
Double.scala
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.

Value parameters

x

the value to compare against this one

Attributes

Source
Double.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Float.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Float.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Float.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Float.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Float.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Float.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Float.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Int.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Int.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Int.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Int.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Int.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Int.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Int.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Long.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Long.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Long.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Long.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Long.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Long.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Long.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Char.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Char.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Char.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Char.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Char.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Char.scala
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.

Value parameters

x

the value to compare against

Attributes

Source
Char.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Double.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Float.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Int.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Long.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Char.scala
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.

Attributes

Source
Char.scala
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. The effect of this is to retain the sign of the value.

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.

Value parameters

x

the number of bits to shift right (only the 5 lowest-order bits are used)

Attributes

Example
-21 >> 3 == -3
// in binary: 11111111 11111111 11111111 11101011 >> 3 ==
//            11111111 11111111 11111111 11111101
Source
Int.scala
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. The effect of this is to retain the sign of the value.

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.

Value parameters

x

the number of bits to shift right

Attributes

Example
-21 >> 3 == -3
// in binary: 11111111 11111111 11111111 11101011 >> 3 ==
//            11111111 11111111 11111111 11111101
Source
Long.scala
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. The effect of this is to retain the sign of the value.

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.

Value parameters

x

the number of bits to shift right

Attributes

Example
-21 >> 3 == -3
// in binary: 11111111 11111111 11111111 11101011 >> 3 ==
//            11111111 11111111 11111111 11111101
Source
Long.scala
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. The effect of this is to retain the sign of the value.

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.

Value parameters

x

the number of bits to shift right

Attributes

Example
-21 >> 3 == -3
// in binary: 11111111 11111111 11111111 11101011 >> 3 ==
//            11111111 11111111 11111111 11111101
Source
Char.scala
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.

Attributes

Example
@example 

-21 >>> 3 == 536870909 // in binary: 11111111 11111111 11111111 11101011 >>> 3 == // 00011111 11111111 11111111 11111101

@param x the number of bits to shift right (only the 5 lowest-order bits are used)
Source
Int.scala
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.

Attributes

Example
@example 

-21 >>> 3 == 536870909 // in binary: 11111111 11111111 11111111 11101011 >>> 3 == // 00011111 11111111 11111111 11111101

@param x the number of bits to shift right
Source
Long.scala
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.

Attributes

Example
@example 

-21 >>> 3 == 536870909 // in binary: 11111111 11111111 11111111 11101011 >>> 3 == // 00011111 11111111 11111111 11111101

@param x the number of bits to shift right
Source
Long.scala
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.

Attributes

Example
@example 

-21 >>> 3 == 536870909 // in binary: 11111111 11111111 11111111 11101011 >>> 3 == // 00011111 11111111 11111111 11111101

@param x the number of bits to shift right
Source
Char.scala
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.

Value parameters

x

the value to XOR with this value

Attributes

Example
(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
Source
Int.scala
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.

Value parameters

x

the value to XOR with this value

Attributes

Example
(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
Source
Int.scala
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.

Value parameters

x

the value to XOR with this value

Attributes

Example
(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
Source
Int.scala
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.

Value parameters

x

the value to XOR with this value

Attributes

Example
(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
Source
Int.scala
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.

Value parameters

x

the value to XOR with this value

Attributes

Example
(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
Source
Int.scala
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.

Value parameters

x

the value to XOR with this value

Attributes

Example
(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
Source
Long.scala
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.

Value parameters

x

the value to XOR with this value

Attributes

Example
(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
Source
Long.scala
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.

Value parameters

x

the value to XOR with this value

Attributes

Example
(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
Source
Long.scala
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.

Value parameters

x

the value to XOR with this value

Attributes

Example
(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
Source
Long.scala
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.

Value parameters

x

the value to XOR with this value

Attributes

Example
(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
Source
Long.scala
def ^(x: Byte): Int

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

Value parameters

x

the value to XOR with this value

Attributes

Example
(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
Source
Char.scala
def ^(x: Short): Int

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

Value parameters

x

the value to XOR with this value

Attributes

Example
(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
Source
Char.scala
def ^(x: Char): Int

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

Value parameters

x

the value to XOR with this value

Attributes

Example
(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
Source
Char.scala
def ^(x: Int): Int

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

Value parameters

x

the value to XOR with this value

Attributes

Example
(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
Source
Char.scala
def ^(x: Long): Long

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

Value parameters

x

the value to XOR with this value

Attributes

Example
(0xf0 ^ 0xaa) == 0x5a
// in binary:   11110000
//            ^ 10101010
//              --------
//              01011010
Source
Char.scala
def toByte: Byte
Implicitly added by char2double

Attributes

Source
Double.scala
def toByte: Byte
Implicitly added by char2float

Attributes

Source
Float.scala
def toByte: Byte
Implicitly added by char2int

Attributes

Source
Int.scala
def toByte: Byte
Implicitly added by char2long

Attributes

Source
Long.scala
def toByte: Byte

Attributes

Source
Char.scala
def toChar: Char
Implicitly added by char2double

Attributes

Source
Double.scala
def toChar: Char
Implicitly added by char2float

Attributes

Source
Float.scala
def toChar: Char
Implicitly added by char2int

Attributes

Source
Int.scala
def toChar: Char
Implicitly added by char2long

Attributes

Source
Long.scala
def toChar: Char

Attributes

Source
Char.scala
Implicitly added by char2double

Attributes

Source
Double.scala
Implicitly added by char2float

Attributes

Source
Float.scala
Implicitly added by char2int

Attributes

Source
Int.scala
Implicitly added by char2long

Attributes

Source
Long.scala

Attributes

Source
Char.scala
def toFloat: Float
Implicitly added by char2double

Attributes

Source
Double.scala
def toFloat: Float
Implicitly added by char2float

Attributes

Source
Float.scala
def toFloat: Float
Implicitly added by char2int

Attributes

Source
Int.scala
def toFloat: Float
Implicitly added by char2long

Attributes

Source
Long.scala
def toFloat: Float

Attributes

Source
Char.scala
def toInt: Int
Implicitly added by char2double

Attributes

Source
Double.scala
def toInt: Int
Implicitly added by char2float

Attributes

Source
Float.scala
def toInt: Int
Implicitly added by char2int

Attributes

Source
Int.scala
def toInt: Int
Implicitly added by char2long

Attributes

Source
Long.scala
def toInt: Int

Attributes

Source
Char.scala
def toLong: Long
Implicitly added by char2double

Attributes

Source
Double.scala
def toLong: Long
Implicitly added by char2float

Attributes

Source
Float.scala
def toLong: Long
Implicitly added by char2int

Attributes

Source
Int.scala
def toLong: Long
Implicitly added by char2long

Attributes

Source
Long.scala
def toLong: Long

Attributes

Source
Char.scala
def toShort: Short
Implicitly added by char2double

Attributes

Source
Double.scala
def toShort: Short
Implicitly added by char2float

Attributes

Source
Float.scala
def toShort: Short
Implicitly added by char2int

Attributes

Source
Int.scala
def toShort: Short
Implicitly added by char2long

Attributes

Source
Long.scala
def toShort: Short

Attributes

Source
Char.scala
Implicitly added by char2double

Returns this value, unmodified.

Returns this value, unmodified.

Attributes

Source
Double.scala
def unary_+: Float
Implicitly added by char2float

Returns this value, unmodified.

Returns this value, unmodified.

Attributes

Source
Float.scala
def unary_+: Int
Implicitly added by char2int

Returns this value, unmodified.

Returns this value, unmodified.

Attributes

Source
Int.scala
def unary_+: Long
Implicitly added by char2long

Returns this value, unmodified.

Returns this value, unmodified.

Attributes

Source
Long.scala
def unary_+: Int

Returns this value, unmodified.

Returns this value, unmodified.

Attributes

Source
Char.scala
Implicitly added by char2double

Returns the negation of this value.

Returns the negation of this value.

Attributes

Source
Double.scala
def unary_-: Float
Implicitly added by char2float

Returns the negation of this value.

Returns the negation of this value.

Attributes

Source
Float.scala
def unary_-: Int
Implicitly added by char2int

Returns the negation of this value.

Returns the negation of this value.

Attributes

Source
Int.scala
def unary_-: Long
Implicitly added by char2long

Returns the negation of this value.

Returns the negation of this value.

Attributes

Source
Long.scala
def unary_-: Int

Returns the negation of this value.

Returns the negation of this value.

Attributes

Source
Char.scala
def unary_~: Int
Implicitly added by char2int

Returns the bitwise negation of this value.

Returns the bitwise negation of this value.

Attributes

Example
~5 == -6
// in binary: ~00000101 ==
//             11111010
Source
Int.scala
def unary_~: Long
Implicitly added by char2long

Returns the bitwise negation of this value.

Returns the bitwise negation of this value.

Attributes

Example
~5 == -6
// in binary: ~00000101 ==
//             11111010
Source
Long.scala
def unary_~: Int

Returns the bitwise negation of this value.

Returns the bitwise negation of this value.

Attributes

Example
~5 == -6
// in binary: ~00000101 ==
//             11111010
Source
Char.scala
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.

Value parameters

x

the value to OR with this value

Attributes

Example
(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
Source
Int.scala
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.

Value parameters

x

the value to OR with this value

Attributes

Example
(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
Source
Int.scala
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.

Value parameters

x

the value to OR with this value

Attributes

Example
(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
Source
Int.scala
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.

Value parameters

x

the value to OR with this value

Attributes

Example
(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
Source
Int.scala
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.

Value parameters

x

the value to OR with this value

Attributes

Example
(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
Source
Int.scala
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.

Value parameters

x

the value to OR with this value

Attributes

Example
(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
Source
Long.scala
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.

Value parameters

x

the value to OR with this value

Attributes

Example
(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
Source
Long.scala
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.

Value parameters

x

the value to OR with this value

Attributes

Example
(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
Source
Long.scala
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.

Value parameters

x

the value to OR with this value

Attributes

Example
(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
Source
Long.scala
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.

Value parameters

x

the value to OR with this value

Attributes

Example
(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
Source
Long.scala
def |(x: Byte): Int

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

Value parameters

x

the value to OR with this value

Attributes

Example
(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
Source
Char.scala
def |(x: Short): Int

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

Value parameters

x

the value to OR with this value

Attributes

Example
(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
Source
Char.scala
def |(x: Char): Int

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

Value parameters

x

the value to OR with this value

Attributes

Example
(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
Source
Char.scala
def |(x: Int): Int

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

Value parameters

x

the value to OR with this value

Attributes

Example
(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
Source
Char.scala
def |(x: Long): Long

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

Value parameters

x

the value to OR with this value

Attributes

Example
(0xf0 | 0xaa) == 0xfa
// in binary:   11110000
//            | 10101010
//              --------
//              11111010
Source
Char.scala

Concrete methods

def asDigit: Int
Extension method from Char

Attributes

Source
Char.scala
def compare(that: Char): Int
Extension method from Char

Compares this to that according to the standard total ordering.

Compares this to that according to the standard total ordering.

Returns:

  • a positive value if this > that
  • a negative value if this &lt; that
  • 0 if this == that

Attributes

Source
Char.scala
Extension method from Char

Attributes

Source
Char.scala
Extension method from Char

Attributes

Source
Char.scala
def getType: Int
Extension method from Char

Attributes

Source
Char.scala
Extension method from Char

Attributes

Source
Char.scala
Extension method from Char

Attributes

Source
Char.scala
Extension method from Char

Attributes

Source
Char.scala
Extension method from Char

Attributes

Source
Char.scala
Extension method from Char

Attributes

Source
Char.scala
Extension method from Char

Attributes

Source
Char.scala
Extension method from Char

Attributes

Source
Char.scala
Extension method from Char

Attributes

Source
Char.scala
Extension method from Char

Attributes

Source
Char.scala
Extension method from Char

Attributes

Source
Char.scala
Extension method from Char

Attributes

Source
Char.scala
Extension method from Char

Attributes

Source
Char.scala
Extension method from Char

Attributes

Source
Char.scala
Extension method from Char

Attributes

Source
Char.scala
Extension method from Char

Attributes

Source
Char.scala
Extension method from Char

Returns true iff this is within the range of scala.Byte MinValue and MaxValue; otherwise returns false.

Returns true iff this is within the range of scala.Byte MinValue and MaxValue; otherwise returns false.

Attributes

Source
Char.scala
Extension method from Char

Returns true iff this is within the range of scala.Short MinValue and MaxValue; otherwise returns false.

Returns true iff this is within the range of scala.Short MinValue and MaxValue; otherwise returns false.

Attributes

Source
Char.scala
Extension method from Char

Attributes

Source
Char.scala
def max(that: Char): Char
Extension method from Char

Returns this if this > that or that otherwise.

Returns this if this > that or that otherwise.

Attributes

Source
Char.scala
def min(that: Char): Char
Extension method from Char

Returns this if this &lt; that or that otherwise.

Returns this if this &lt; that or that otherwise.

Attributes

Source
Char.scala
Extension method from Char

Attributes

Source
Char.scala
def to(end: Char): Inclusive[Char]
Extension method from Char

A scala.collection.immutable.NumericRange from this up to and including end.

A scala.collection.immutable.NumericRange from this up to and including end.

Value parameters

end

The final bound of the range to make.

Attributes

Source
Char.scala
def to(end: Char, step: Char): Inclusive[Char]
Extension method from Char

A scala.collection.immutable.NumericRange from this up to and including end.

A scala.collection.immutable.NumericRange from this up to and including end.

Value parameters

end

The final bound of the range to make.

step

The number to increase by for each step of the range.

Attributes

Source
Char.scala
def toLower: Char
Extension method from Char

Attributes

Source
Char.scala
Extension method from Char

Attributes

Source
Char.scala
def toUpper: Char
Extension method from Char

Attributes

Source
Char.scala
def until(end: Char): Exclusive[Char]
Extension method from Char

A scala.collection.immutable.NumericRange from this up to but not including end.

A scala.collection.immutable.NumericRange from this up to but not including end.

Value parameters

end

The final bound of the range to make.

Attributes

Source
Char.scala
def until(end: Char, step: Char): Exclusive[Char]
Extension method from Char

A scala.collection.immutable.NumericRange from this up to but not including end.

A scala.collection.immutable.NumericRange from this up to but not including end.

Value parameters

end

The final bound of the range to make.

step

The number to increase by for each step of the range.

Attributes

Source
Char.scala

Deprecated methods

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

Attributes

Deprecated
[Since version 2.13.0] Adding a number and a String is deprecated. Use the string interpolation `s\"$num$str\"`
Source
Double.scala
def +(x: String): String
Implicitly added by char2float

Attributes

Deprecated
[Since version 2.13.0] Adding a number and a String is deprecated. Use the string interpolation `s\"$num$str\"`
Source
Float.scala
def +(x: String): String
Implicitly added by char2int

Attributes

Deprecated
[Since version 2.13.0] Adding a number and a String is deprecated. Use the string interpolation `s\"$num$str\"`
Source
Int.scala
def +(x: String): String
Implicitly added by char2long

Attributes

Deprecated
[Since version 2.13.0] Adding a number and a String is deprecated. Use the string interpolation `s\"$num$str\"`
Source
Long.scala
def +(x: String): String

Attributes

Deprecated
[Since version 2.13.0] Adding a number and a String is deprecated. Use the string interpolation `s\"$num$str\"`
Source
Char.scala
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.

Attributes

Example
6 << 3 == 48 // in binary: 0110 << 3 == 0110000
Deprecated
[Since version 2.12.7] 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.
Source
Int.scala
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.

Attributes

Example
6 << 3 == 48 // in binary: 0110 << 3 == 0110000
Deprecated
[Since version 2.12.7] 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.
Source
Char.scala
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. The effect of this is to retain the sign of the value.

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.

Attributes

Example
-21 >> 3 == -3
// in binary: 11111111 11111111 11111111 11101011 >> 3 ==
//            11111111 11111111 11111111 11111101
Deprecated
[Since version 2.12.7] 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.
Source
Int.scala
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. The effect of this is to retain the sign of the value.

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.

Attributes

Example
-21 >> 3 == -3
// in binary: 11111111 11111111 11111111 11101011 >> 3 ==
//            11111111 11111111 11111111 11111101
Deprecated
[Since version 2.12.7] 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.
Source
Char.scala
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.

Attributes

Example
@example 

-21 >>> 3 == 536870909 // in binary: 11111111 11111111 11111111 11101011 >>> 3 == // 00011111 11111111 11111111 11111101


Deprecated
[Since version 2.12.7] 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.
Source
Int.scala
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.

Attributes

Example
@example 

-21 >>> 3 == 536870909 // in binary: 11111111 11111111 11111111 11101011 >>> 3 == // 00011111 11111111 11111111 11111101


Deprecated
[Since version 2.12.7] 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.
Source
Char.scala
def abs: Char
Extension method from Char

Returns the absolute value of this.

Returns the absolute value of this.

Attributes

Deprecated
[Since version 3.10.0] Char\'s are never negative; abs is redundant and can be removed
Source
Char.scala
Extension method from Char

Returns true iff this is within the range of scala.Char MinValue and MaxValue; otherwise returns false.

Returns true iff this is within the range of scala.Char MinValue and MaxValue; otherwise returns false.

Attributes

Deprecated
[Since version 3.10.0] isValidChar on Char is always true
Source
Char.scala
Extension method from Char

Returns true iff this is within the range of scala.Int MinValue and MaxValue; otherwise returns false.

Returns true iff this is within the range of scala.Int MinValue and MaxValue; otherwise returns false.

Attributes

Deprecated
[Since version 3.10.0] isValidInt on Char is always true
Source
Char.scala
Extension method from Char

Returns '''true''' if this number has no decimal component. Always '''true''' for RichInt.

Returns '''true''' if this number has no decimal component. Always '''true''' for RichInt.

Attributes

Deprecated
[Since version 2.12.15] isWhole on Char is always true
Source
Char.scala
def sign: Char
Extension method from Char

Returns the sign of this.

Returns the sign of this.

zero if the argument is zero, -zero if the argument is -zero, one if the argument is greater than zero, -one if the argument is less than zero, and NaN if the argument is NaN where applicable.

Attributes

Deprecated
[Since version 3.10.0] since Char\'s are never negative, compare to \'\\u0000\' instead
Source
Char.scala
def signum: Int
Extension method from Char

Returns the signum of this.

Returns the signum of this.

Attributes

Deprecated
[Since version 2.13.0] use `sign` method instead
Source
Char.scala