SingleRunner

view.tui.runner.SingleRunner
class SingleRunner extends Runner

A simple implementation of view.tui.runner.Runner reading simply from standard input single-threaded.

Attributes

Graph
Supertypes
trait Runner
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def readLine(prompt: String): String

Reads user input

Reads user input

Value parameters

prompt

the prompt to display

Attributes

Returns

the line read from standard input or another source

Definition Classes
override def run(run: () => Unit): Unit

Runs the given function in a controlled environment.

Runs the given function in a controlled environment.

Value parameters

run

the function to run

Attributes

Definition Classes