Packages

final class ColorOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ColorOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ColorOps(text: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def black: String
  6. def blackBg: String
  7. def blink: String
  8. def blue: String
  9. def blueBg: String
  10. def bold: String
  11. def colored(color: Color): String
  12. def cyan: String
  13. def cyanBg: String
  14. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  15. def green: String
  16. def greenBg: String
  17. def invisible: String
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def magenta: String
  20. def magentaBg: String
  21. def red: String
  22. def redBg: String
  23. def reset: String
  24. def reversedColor: String
  25. def toString(): String
    Definition Classes
    Any
  26. def underlined: String
  27. def white: String
  28. def whiteBg: String
  29. def yellow: String
  30. def yellowBg: String

Inherited from AnyVal

Inherited from Any

Ungrouped