Packages

t

hedgehog.extra

CharacterOps

trait CharacterOps extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CharacterOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def alpha: GenT[Char]

    Generates an ASCII letter: 'a' to 'z', 'A' to 'Z'

  5. def alphaNum: GenT[Char]

    Generates an ASCII letter or digit: 'a' to 'z', 'A' to 'Z', '0' to '9'

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def ascii: GenT[Char]

    Generates an ASCII character

  8. def binit: GenT[Char]

    Generates an ASCII binit: '0' to '1'

  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. def digit: GenT[Char]

    Generates an ASCII digit: '0' to '9'

  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hexit: GenT[Char]

    Generates an ASCII hexit: '0' to '9', 'a' to 'f', 'A' to 'F'

  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def latin1: GenT[Char]

    Generates an Latin-1 character

  18. def lower: GenT[Char]

    Generates an ASCII lowercase letter: 'a' to 'z'

  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def octit: GenT[Char]

    Generates an ASCII octit: '0' to '7'

  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. def unicode: GenT[Char]

    Generates a Unicode character, excluding noncharacters and invalid standalone surrogates:

  26. def unicodeAll: GenT[Char]

    Generates a Unicode character, including noncharacters and invalid standalone surrogates

  27. def upper: GenT[Char]

    Generates an ASCII uppercase letter: 'A' to 'Z'

  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped