Scala Standard Library 2.13.1 - scala.Char (original) (raw)
abstract final class Char extends AnyVal
Ordering
- Alphabetic
- By Inheritance
Implicitly
by char2Character
by charWrapper
by char2double
by char2float
by char2long
by char2int
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def !=(x: Double): Boolean
- abstract def !=(x: Float): Boolean
- abstract def !=(x: Long): Boolean
- abstract def !=(x: Int): Boolean
- abstract def !=(x: Char): Boolean
- abstract def !=(x: Short): Boolean
- abstract def !=(x: Byte): Boolean
- abstract def %(x: Double): Double
- abstract def %(x: Float): Float
- abstract def %(x: Long): Long
- abstract def %(x: Int): Int
- abstract def %(x: Char): Int
- abstract def %(x: Short): Int
- abstract def %(x: Byte): Int
- abstract def &(x: Long): Long
- abstract def &(x: Int): Int
- abstract def &(x: Char): Int
- abstract def &(x: Short): Int
- abstract def &(x: Byte): Int
- abstract def *(x: Double): Double
- abstract def *(x: Float): Float
- abstract def *(x: Long): Long
- abstract def *(x: Int): Int
- abstract def *(x: Char): Int
- abstract def *(x: Short): Int
- abstract def *(x: Byte): Int
- abstract def +(x: Double): Double
- abstract def +(x: Float): Float
- abstract def +(x: Long): Long
- abstract def +(x: Int): Int
- abstract def +(x: Char): Int
- abstract def +(x: Short): Int
- abstract def +(x: Byte): Int
- abstract def -(x: Double): Double
- abstract def -(x: Float): Float
- abstract def -(x: Long): Long
- abstract def -(x: Int): Int
- abstract def -(x: Char): Int
- abstract def -(x: Short): Int
- abstract def -(x: Byte): Int
- abstract def /(x: Double): Double
- abstract def /(x: Float): Float
- abstract def /(x: Long): Long
- abstract def /(x: Int): Int
- abstract def /(x: Char): Int
- abstract def /(x: Short): Int
- abstract def /(x: Byte): Int
- abstract def <(x: Double): Boolean
- abstract def <(x: Float): Boolean
- abstract def <(x: Long): Boolean
- abstract def <(x: Int): Boolean
- abstract def <(x: Char): Boolean
- abstract def <(x: Short): Boolean
- abstract def <(x: Byte): Boolean
- abstract def <<(x: Int): Int
- abstract def <=(x: Double): Boolean
- abstract def <=(x: Float): Boolean
- abstract def <=(x: Long): Boolean
- abstract def <=(x: Int): Boolean
- abstract def <=(x: Char): Boolean
- abstract def <=(x: Short): Boolean
- abstract def <=(x: Byte): Boolean
- abstract def ==(x: Double): Boolean
- abstract def ==(x: Float): Boolean
- abstract def ==(x: Long): Boolean
- abstract def ==(x: Int): Boolean
- abstract def ==(x: Char): Boolean
- abstract def ==(x: Short): Boolean
- abstract def ==(x: Byte): Boolean
- abstract def >(x: Double): Boolean
- abstract def >(x: Float): Boolean
- abstract def >(x: Long): Boolean
- abstract def >(x: Int): Boolean
- abstract def >(x: Char): Boolean
- abstract def >(x: Short): Boolean
- abstract def >(x: Byte): Boolean
- abstract def >=(x: Double): Boolean
- abstract def >=(x: Float): Boolean
- abstract def >=(x: Long): Boolean
- abstract def >=(x: Int): Boolean
- abstract def >=(x: Char): Boolean
- abstract def >=(x: Short): Boolean
- abstract def >=(x: Byte): Boolean
- abstract def >>(x: Int): Int
- abstract def >>>(x: Int): Int
- abstract def ^(x: Long): Long
- abstract def ^(x: Int): Int
- abstract def ^(x: Char): Int
- abstract def ^(x: Short): Int
- abstract def ^(x: Byte): Int
- abstract def toByte: Byte
- abstract def toChar: Char
- abstract def toDouble: Double
- abstract def toFloat: Float
- abstract def toInt: Int
- abstract def toLong: Long
- abstract def toShort: Short
- abstract def unary_+: Int
- abstract def unary_-: Int
- abstract def unary_~: Int
- abstract def |(x: Long): Long
- abstract def |(x: Int): Int
- abstract def |(x: Char): Int
- abstract def |(x: Short): Int
- abstract def |(x: Byte): Int
- abstract def +(x: String): String
- abstract def <<(x: Long): Int
- abstract def >>(x: Long): Int
- abstract def >>>(x: Long): Int
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def ->[B](y: B): (Char, B)
- final def ==(arg0: Any): Boolean
- def abs: Char
- def asDigit: Int
- final def asInstanceOf[T0]: T0
- def byteValue: Byte
- def charValue(): Char
- def compare(y: Char): Int
- def compareTo(arg0: Character): Int
- def compareTo(that: Char): Int
- def doubleValue: Double
- def ensuring(cond: (Char) => Boolean, msg: => Any): Char
- def ensuring(cond: (Char) => Boolean): Char
- def ensuring(cond: Boolean, msg: => Any): Char
- def ensuring(cond: Boolean): Char
- def equals(arg0: Any): Boolean
- def floatValue: Float
- def formatted(fmtstr: String): String
- def getClass(): Class[Char]
- def getDirectionality: Byte
- def getNumericValue: Int
- def getType: Int
- def hashCode(): Int
- def intValue: Int
- def isControl: Boolean
- def isDigit: Boolean
- def isHighSurrogate: Boolean
- def isIdentifierIgnorable: Boolean
- final def isInstanceOf[T0]: Boolean
- def isLetter: Boolean
- def isLetterOrDigit: Boolean
- def isLowSurrogate: Boolean
- def isLower: Boolean
- def isMirrored: Boolean
- def isSpaceChar: Boolean
- def isSurrogate: Boolean
- def isTitleCase: Boolean
- def isUnicodeIdentifierPart: Boolean
- def isUnicodeIdentifierStart: Boolean
- def isUpper: Boolean
- def isValidByte: Boolean
- def isValidChar: Boolean
- def isValidInt: Boolean
- def isValidShort: Boolean
- def isWhitespace: Boolean
- def isWhole: Boolean
- def longValue: Long
- def max(that: Char): Char
- def min(that: Char): Char
- def reverseBytes: Char
- val self: Char
- def shortValue: Short
- def sign: Char
- def to(end: Char, step: Char): Inclusive[Char]
- def to(end: Char): Inclusive[Char]
- def toLower: Char
- def toString(): String
- def toTitleCase: Char
- def toUpper: Char
- def until(end: Char, step: Char): Exclusive[Char]
- def until(end: Char): Exclusive[Char]
Shadowed Implicit Value Members
- def !=(x: Double): Boolean
- def !=(x: Float): Boolean
- def !=(x: Long): Boolean
- def !=(x: Int): Boolean
- def !=(x: Char): Boolean
- def !=(x: Short): Boolean
- def !=(x: Byte): Boolean
- def !=(x: Double): Boolean
- def !=(x: Float): Boolean
- def !=(x: Long): Boolean
- def !=(x: Int): Boolean
- def !=(x: Char): Boolean
- def !=(x: Short): Boolean
- def !=(x: Byte): Boolean
- def !=(x: Double): Boolean
- def !=(x: Float): Boolean
- def !=(x: Long): Boolean
- def !=(x: Int): Boolean
- def !=(x: Char): Boolean
- def !=(x: Short): Boolean
- def !=(x: Byte): Boolean
- def !=(x: Double): Boolean
- def !=(x: Float): Boolean
- def !=(x: Long): Boolean
- def !=(x: Int): Boolean
- def !=(x: Char): Boolean
- def !=(x: Short): Boolean
- def !=(x: Byte): Boolean
- def %(x: Double): Double
- def %(x: Float): Double
- def %(x: Long): Double
- def %(x: Int): Double
- def %(x: Char): Double
- def %(x: Short): Double
- def %(x: Byte): Double
- def %(x: Double): Double
- def %(x: Float): Float
- def %(x: Long): Float
- def %(x: Int): Float
- def %(x: Char): Float
- def %(x: Short): Float
- def %(x: Byte): Float
- def %(x: Double): Double
- def %(x: Float): Float
- def %(x: Long): Long
- def %(x: Int): Long
- def %(x: Char): Long
- def %(x: Short): Long
- def %(x: Byte): Long
- def %(x: Double): Double
- def %(x: Float): Float
- def %(x: Long): Long
- def %(x: Int): Int
- def %(x: Char): Int
- def %(x: Short): Int
- def %(x: Byte): Int
- def &(x: Long): Long
- def &(x: Int): Long
- def &(x: Char): Long
- def &(x: Short): Long
- def &(x: Byte): Long
- def &(x: Long): Long
- def &(x: Int): Int
- def &(x: Char): Int
- def &(x: Short): Int
- def &(x: Byte): Int
- def *(x: Double): Double
- def *(x: Float): Double
- def *(x: Long): Double
- def *(x: Int): Double
- def *(x: Char): Double
- def *(x: Short): Double
- def *(x: Byte): Double
- def *(x: Double): Double
- def *(x: Float): Float
- def *(x: Long): Float
- def *(x: Int): Float
- def *(x: Char): Float
- def *(x: Short): Float
- def *(x: Byte): Float
- def *(x: Double): Double
- def *(x: Float): Float
- def *(x: Long): Long
- def *(x: Int): Long
- def *(x: Char): Long
- def *(x: Short): Long
- def *(x: Byte): Long
- def *(x: Double): Double
- def *(x: Float): Float
- def *(x: Long): Long
- def *(x: Int): Int
- def *(x: Char): Int
- def *(x: Short): Int
- def *(x: Byte): Int
- def +(x: Double): Double
- def +(x: Float): Double
- def +(x: Long): Double
- def +(x: Int): Double
- def +(x: Char): Double
- def +(x: Short): Double
- def +(x: Byte): Double
- def +(x: Double): Double
- def +(x: Float): Float
- def +(x: Long): Float
- def +(x: Int): Float
- def +(x: Char): Float
- def +(x: Short): Float
- def +(x: Byte): Float
- def +(x: Double): Double
- def +(x: Float): Float
- def +(x: Long): Long
- def +(x: Int): Long
- def +(x: Char): Long
- def +(x: Short): Long
- def +(x: Byte): Long
- def +(x: Double): Double
- def +(x: Float): Float
- def +(x: Long): Long
- def +(x: Int): Int
- def +(x: Char): Int
- def +(x: Short): Int
- def +(x: Byte): Int
- def +(other: String): String
- def -(x: Double): Double
- def -(x: Float): Double
- def -(x: Long): Double
- def -(x: Int): Double
- def -(x: Char): Double
- def -(x: Short): Double
- def -(x: Byte): Double
- def -(x: Double): Double
- def -(x: Float): Float
- def -(x: Long): Float
- def -(x: Int): Float
- def -(x: Char): Float
- def -(x: Short): Float
- def -(x: Byte): Float
- def -(x: Double): Double
- def -(x: Float): Float
- def -(x: Long): Long
- def -(x: Int): Long
- def -(x: Char): Long
- def -(x: Short): Long
- def -(x: Byte): Long
- def -(x: Double): Double
- def -(x: Float): Float
- def -(x: Long): Long
- def -(x: Int): Int
- def -(x: Char): Int
- def -(x: Short): Int
- def -(x: Byte): Int
- def /(x: Double): Double
- def /(x: Float): Double
- def /(x: Long): Double
- def /(x: Int): Double
- def /(x: Char): Double
- def /(x: Short): Double
- def /(x: Byte): Double
- def /(x: Double): Double
- def /(x: Float): Float
- def /(x: Long): Float
- def /(x: Int): Float
- def /(x: Char): Float
- def /(x: Short): Float
- def /(x: Byte): Float
- def /(x: Double): Double
- def /(x: Float): Float
- def /(x: Long): Long
- def /(x: Int): Long
- def /(x: Char): Long
- def /(x: Short): Long
- def /(x: Byte): Long
- def /(x: Double): Double
- def /(x: Float): Float
- def /(x: Long): Long
- def /(x: Int): Int
- def /(x: Char): Int
- def /(x: Short): Int
- def /(x: Byte): Int
- def <(that: Char): Boolean
- def <(x: Double): Boolean
- def <(x: Float): Boolean
- def <(x: Long): Boolean
- def <(x: Int): Boolean
- def <(x: Char): Boolean
- def <(x: Short): Boolean
- def <(x: Byte): Boolean
- def <(x: Double): Boolean
- def <(x: Float): Boolean
- def <(x: Long): Boolean
- def <(x: Int): Boolean
- def <(x: Char): Boolean
- def <(x: Short): Boolean
- def <(x: Byte): Boolean
- def <(x: Double): Boolean
- def <(x: Float): Boolean
- def <(x: Long): Boolean
- def <(x: Int): Boolean
- def <(x: Char): Boolean
- def <(x: Short): Boolean
- def <(x: Byte): Boolean
- def <(x: Double): Boolean
- def <(x: Float): Boolean
- def <(x: Long): Boolean
- def <(x: Int): Boolean
- def <(x: Char): Boolean
- def <(x: Short): Boolean
- def <(x: Byte): Boolean
- def <<(x: Long): Long
- def <<(x: Int): Long
- def <<(x: Int): Int
- def <=(that: Char): Boolean
- def <=(x: Double): Boolean
- def <=(x: Float): Boolean
- def <=(x: Long): Boolean
- def <=(x: Int): Boolean
- def <=(x: Char): Boolean
- def <=(x: Short): Boolean
- def <=(x: Byte): Boolean
- def <=(x: Double): Boolean
- def <=(x: Float): Boolean
- def <=(x: Long): Boolean
- def <=(x: Int): Boolean
- def <=(x: Char): Boolean
- def <=(x: Short): Boolean
- def <=(x: Byte): Boolean
- def <=(x: Double): Boolean
- def <=(x: Float): Boolean
- def <=(x: Long): Boolean
- def <=(x: Int): Boolean
- def <=(x: Char): Boolean
- def <=(x: Short): Boolean
- def <=(x: Byte): Boolean
- def <=(x: Double): Boolean
- def <=(x: Float): Boolean
- def <=(x: Long): Boolean
- def <=(x: Int): Boolean
- def <=(x: Char): Boolean
- def <=(x: Short): Boolean
- def <=(x: Byte): Boolean
- def ==(x: Double): Boolean
- def ==(x: Float): Boolean
- def ==(x: Long): Boolean
- def ==(x: Int): Boolean
- def ==(x: Char): Boolean
- def ==(x: Short): Boolean
- def ==(x: Byte): Boolean
- def ==(x: Double): Boolean
- def ==(x: Float): Boolean
- def ==(x: Long): Boolean
- def ==(x: Int): Boolean
- def ==(x: Char): Boolean
- def ==(x: Short): Boolean
- def ==(x: Byte): Boolean
- def ==(x: Double): Boolean
- def ==(x: Float): Boolean
- def ==(x: Long): Boolean
- def ==(x: Int): Boolean
- def ==(x: Char): Boolean
- def ==(x: Short): Boolean
- def ==(x: Byte): Boolean
- def ==(x: Double): Boolean
- def ==(x: Float): Boolean
- def ==(x: Long): Boolean
- def ==(x: Int): Boolean
- def ==(x: Char): Boolean
- def ==(x: Short): Boolean
- def ==(x: Byte): Boolean
- def >(that: Char): Boolean
- def >(x: Double): Boolean
- def >(x: Float): Boolean
- def >(x: Long): Boolean
- def >(x: Int): Boolean
- def >(x: Char): Boolean
- def >(x: Short): Boolean
- def >(x: Byte): Boolean
- def >(x: Double): Boolean
- def >(x: Float): Boolean
- def >(x: Long): Boolean
- def >(x: Int): Boolean
- def >(x: Char): Boolean
- def >(x: Short): Boolean
- def >(x: Byte): Boolean
- def >(x: Double): Boolean
- def >(x: Float): Boolean
- def >(x: Long): Boolean
- def >(x: Int): Boolean
- def >(x: Char): Boolean
- def >(x: Short): Boolean
- def >(x: Byte): Boolean
- def >(x: Double): Boolean
- def >(x: Float): Boolean
- def >(x: Long): Boolean
- def >(x: Int): Boolean
- def >(x: Char): Boolean
- def >(x: Short): Boolean
- def >(x: Byte): Boolean
- def >=(that: Char): Boolean
- def >=(x: Double): Boolean
- def >=(x: Float): Boolean
- def >=(x: Long): Boolean
- def >=(x: Int): Boolean
- def >=(x: Char): Boolean
- def >=(x: Short): Boolean
- def >=(x: Byte): Boolean
- def >=(x: Double): Boolean
- def >=(x: Float): Boolean
- def >=(x: Long): Boolean
- def >=(x: Int): Boolean
- def >=(x: Char): Boolean
- def >=(x: Short): Boolean
- def >=(x: Byte): Boolean
- def >=(x: Double): Boolean
- def >=(x: Float): Boolean
- def >=(x: Long): Boolean
- def >=(x: Int): Boolean
- def >=(x: Char): Boolean
- def >=(x: Short): Boolean
- def >=(x: Byte): Boolean
- def >=(x: Double): Boolean
- def >=(x: Float): Boolean
- def >=(x: Long): Boolean
- def >=(x: Int): Boolean
- def >=(x: Char): Boolean
- def >=(x: Short): Boolean
- def >=(x: Byte): Boolean
- def >>(x: Long): Long
- def >>(x: Int): Long
- def >>(x: Int): Int
- def >>>(x: Long): Long
- def >>>(x: Int): Long
- def >>>(x: Int): Int
- def ^(x: Long): Long
- def ^(x: Int): Long
- def ^(x: Char): Long
- def ^(x: Short): Long
- def ^(x: Byte): Long
- def ^(x: Long): Long
- def ^(x: Int): Int
- def ^(x: Char): Int
- def ^(x: Short): Int
- def ^(x: Byte): Int
- def equals(arg0: AnyRef): Boolean
- def hashCode(): Int
- def toByte: Byte
- def toByte: Byte
- def toByte: Byte
- def toByte: Byte
- def toByte: Byte
- def toChar: Char
- def toChar: Char
- def toChar: Char
- def toChar: Char
- def toChar: Char
- def toDouble: Double
- def toDouble: Double
- def toDouble: Double
- def toDouble: Double
- def toDouble: Double
- def toFloat: Float
- def toFloat: Float
- def toFloat: Float
- def toFloat: Float
- def toFloat: Float
- def toInt: Int
- def toInt: Int
- def toInt: Int
- def toInt: Int
- def toInt: Int
- def toLong: Long
- def toLong: Long
- def toLong: Long
- def toLong: Long
- def toLong: Long
- def toShort: Short
- def toShort: Short
- def toShort: Short
- def toShort: Short
- def toShort: Short
- def toString(): String
- def toString(): String
- def unary_+: Double
- def unary_+: Float
- def unary_+: Long
- def unary_+: Int
- def unary_-: Double
- def unary_-: Float
- def unary_-: Long
- def unary_-: Int
- def unary_~: Long
- def unary_~: Int
- def |(x: Long): Long
- def |(x: Int): Long
- def |(x: Char): Long
- def |(x: Short): Long
- def |(x: Byte): Long
- def |(x: Long): Long
- def |(x: Int): Int
- def |(x: Char): Int
- def |(x: Short): Int
- def |(x: Byte): Int