trait CharacterOps extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- CharacterOps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def alpha: GenT[Char]
Generates an ASCII letter: 'a' to 'z', 'A' to 'Z'
- def alphaNum: GenT[Char]
Generates an ASCII letter or digit: 'a' to 'z', 'A' to 'Z', '0' to '9'
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def ascii: GenT[Char]
Generates an ASCII character
- def binit: GenT[Char]
Generates an ASCII binit: '0' to '1'
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def digit: GenT[Char]
Generates an ASCII digit: '0' to '9'
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hexit: GenT[Char]
Generates an ASCII hexit: '0' to '9', 'a' to 'f', 'A' to 'F'
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def latin1: GenT[Char]
Generates an Latin-1 character
- def lower: GenT[Char]
Generates an ASCII lowercase letter: 'a' to 'z'
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def octit: GenT[Char]
Generates an ASCII octit: '0' to '7'
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unicode: GenT[Char]
Generates a Unicode character, excluding noncharacters and invalid standalone surrogates:
- def unicodeAll: GenT[Char]
Generates a Unicode character, including noncharacters and invalid standalone surrogates
- def upper: GenT[Char]
Generates an ASCII uppercase letter: 'A' to 'Z'
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)