terminus.StringBuilderTerminal
See theStringBuilderTerminal companion object
final class StringBuilderTerminal() extends Color[StringBuilderTerminal], Cursor, Format[StringBuilderTerminal], Erase, Writer
Attributes
- Companion
- object
- Source
- StringBuilderTerminal.scala
- Graph
-
- Supertypes
-
trait Erasetrait Format[StringBuilderTerminal]trait WithToggle[StringBuilderTerminal]trait Cursortrait Writertrait Effecttrait Color[StringBuilderTerminal]trait WithStack[StringBuilderTerminal]class Objecttrait Matchableclass AnyShow all
Members list
Type members
Inherited classlikes
object background
Attributes
- Inherited from:
- Color
- Source
- Color.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object cursor
Attributes
- Inherited from:
- Cursor
- Source
- Cursor.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object erase
Attributes
- Inherited from:
- Erase
- Source
- Erase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object foreground
Attributes
- Inherited from:
- Color
- Source
- Color.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object format
Attributes
- Inherited from:
- Format
- Source
- Format.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Concrete methods
Flush is a no-op
Get the value accumulated in the internal string builder, clearing the buffer in the process.
Get the value accumulated in the internal string builder, clearing the buffer in the process.
Attributes
- Source
- StringBuilderTerminal.scala
Write a character to the console.
Write a string to the console.
Inherited methods
Use withStack
to ensure a stack is pushed on before f
is evaluated, and popped when f
finishes.
Use withStack
to ensure a stack is pushed on before f
is evaluated, and popped when f
finishes.
Attributes
- Inherited from:
- WithStack
- Source
- WithStack.scala
Use withToggle
to ensure a toggle is turned on before f
is evaluated, and turned off when f
finishes.
Use withToggle
to ensure a toggle is turned on before f
is evaluated, and turned off when f
finishes.
Attributes
- Inherited from:
- WithToggle
- Source
- WithToggle.scala
In this article