spells.AnsiPrint

AnsiString

final class AnsiString extends AnyVal

Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AnsiString
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AnsiString(input: Any)

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

    Annotations
    @inline()
  6. def blink: String

    Annotations
    @inline()
  7. def blue: String

    Annotations
    @inline()
  8. def bold: String

    Annotations
    @inline()
  9. def cyan: String

    Annotations
    @inline()
  10. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  11. def green: String

    Annotations
    @inline()
  12. def in(style: AnsiStyle): String

  13. val input: Any

  14. def invisible: String

    Annotations
    @inline()
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. def magenta: String

    Annotations
    @inline()
  17. def red: String

    Annotations
    @inline()
  18. def reversed: String

    Annotations
    @inline()
  19. def toString(): String

    Definition Classes
    Any
  20. def white: String

    Annotations
    @inline()
  21. def yellow: String

    Annotations
    @inline()

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped