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.

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

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

Attributes

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

Returns the product of this value and x.

Returns the product of this value and x.

Attributes

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

Returns the product of this value and x.

Returns the product of this value and x.

Attributes

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

Returns the product of this value and x.

Returns the product of this value and x.

Attributes

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

Returns the product of this value and x.

Returns the product of this value and x.

Attributes

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

Returns the product of this value and x.

Returns the product of this value and x.

Attributes

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

Returns the product of this value and x.

Returns the product of this value and x.

Attributes

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

Returns the product of this value and x.

Returns the product of this value and x.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

Attributes

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

Returns the sum of this value and x.

Returns the sum of this value and x.

Attributes

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

Returns the sum of this value and x.

Returns the sum of this value and x.

Attributes

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

Returns the sum of this value and x.

Returns the sum of this value and x.

Attributes

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

Returns the sum of this value and x.

Returns the sum of this value and x.

Attributes

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

Returns the sum of this value and x.

Returns the sum of this value and x.

Attributes

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

Returns the sum of this value and x.

Returns the sum of this value and x.

Attributes

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

Returns the sum of this value and x.

Returns the sum of this value and x.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

Attributes

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

Returns the difference of this value and x.

Returns the difference of this value and x.

Attributes

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

Returns the difference of this value and x.

Returns the difference of this value and x.

Attributes

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

Returns the difference of this value and x.

Returns the difference of this value and x.

Attributes

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

Returns the difference of this value and x.

Returns the difference of this value and x.

Attributes

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

Returns the difference of this value and x.

Returns the difference of this value and x.

Attributes

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

Returns the difference of this value and x.

Returns the difference of this value and x.

Attributes

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

Returns the difference of this value and x.

Returns the difference of this value and x.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

Attributes

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

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Attributes

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

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Attributes

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

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Attributes

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

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Attributes

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

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Attributes

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

Returns the quotient of this value and x.

Returns the quotient of this value and x.

Attributes

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

Returns the quotient of this value and x.

Returns the quotient of this value and x.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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