spells

StylePrintModule

trait StylePrintModule extends AnyRef

Contains deep (already existing styles will be preserved) styling methods.

Self Type
StylePrintModule with AnsiModule with SpellsConfigModule
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StylePrintModule
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object StylePrint

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. final def erred(error: Any): String

    Styles Any in Red.

    Styles Any in Red.

    error

    which will be styled

    returns

  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  19. final def print(input: Any = "")(implicit style: AnsiStyle = AnsiStyle.Reset): Unit

    Prints an object to out using its toString method.

    Prints an object to out using its toString method.

    input

    the object to print; may be null

    style

    the style for the object to be printed in

  20. final def printerr(error: Any): Unit

    Write to the err stream in AnsiStyle.Red.

    Write to the err stream in AnsiStyle.Red.

    error

    which will be written to the stream

  21. final def println(input: Any = "")(implicit style: AnsiStyle = AnsiStyle.Reset): Unit

    Prints out an object to the default output, followed by a newline character.

    Prints out an object to the default output, followed by a newline character.

    input

    the object to print

    style

    the style for the object to be printed in

  22. final def styled(input: Any)(implicit style: AnsiStyle = AnsiStyle.Reset): String

    Styled an object in a given style.

    Styled an object in a given style. Involves deep (already existing styles will be preserved) styling.

    styled("green" + "yellow".yellow + "green")(Green) // yellow is preserved
    input

    the object to print

    style

    the style for the object to be printed in

    returns

    the styled object as String

  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped