Writer

terminus.Writer
trait Writer

Interface for writing to a console.

Attributes

Source
Writer.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object JLineTerminal
object Terminal

Members list

Value members

Concrete methods

def flush(): Writer ?=> 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): Writer ?=> 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