Erase

terminus.effect.Erase
trait Erase extends Writer

Functionality for clearing contents on the terminal.

Attributes

Source
Erase.scala
Graph
Supertypes
trait Writer
trait Effect
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Classlikes

object erase

Attributes

Source
Erase.scala
Supertypes
class Object
trait Matchable
class Any
Self type
erase.type

Value members

Inherited and 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

Inherited from:
Writer
Source
Writer.scala

Write a string to the console.

Write a string to the console.

Attributes

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

Write a character to the console.

Write a character to the console.

Attributes

Inherited from:
Writer
Source
Writer.scala