Writer

terminus.effect.Writer
trait Writer extends Effect

Interface for writing to a console.

Attributes

Source
Writer.scala
Graph
Supertypes
trait Effect
class Object
trait Matchable
class Any
Known subtypes
trait Cursor
trait Terminal
trait Erase
trait Scroll
Show all

Members list

Value members

Abstract methods

def flush(): Unit

Flush the current output, causing it to be shown on the console.

Flush the current output, causing it to be shown on the console.

Attributes

Source
Writer.scala
def write(char: Char): Unit

Write a character to the console.

Write a character to the console.

Attributes

Source
Writer.scala

Write a string to the console.

Write a string to the console.

Attributes

Source
Writer.scala