t

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
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def erred(error: Any): String

    Styles Any in Red.

    Styles Any in Red.

    error

    which will be styled

  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  16. 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

  17. 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

  18. 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

  19. 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

  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. object StylePrint

Inherited from AnyRef

Inherited from Any

Ungrouped