implicit final class Chars extends AnyVal
Common utilities to deal with Characters
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Chars
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Chars(chr: Char)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val chr: Char
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def isAscii: Boolean
- Annotations
- @inline()
- def isBom: Boolean
- Annotations
- @inline()
- def isHexDigit: Boolean
It is an Hexadecimal Digit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def needsToBeEscaped: Boolean
- Annotations
- @inline()
- def repeat(n: Int): String
Return an String with n repetitions of the current char
- def toHexString: String
Convert to an Hexadecimal String (In Uppercase)
- def toString(): String
- Definition Classes
- Any