Packages

class SplashLoop extends Runnable

Collect one line of user input from the supplied reader. Runs on a new thread while the REPL is initializing on the main thread.

The user can enter text or a :paste command.

Source
InteractiveReader.scala
Linear Supertypes
Runnable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SplashLoop
  2. Runnable
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SplashLoop(reader: InteractiveReader, prompt: String)

Value Members

  1. def line: String

    Block for the result line, or null on ctrl-D.

  2. def run(): Unit

    Read one line of input which can be retrieved with line.

    Read one line of input which can be retrieved with line.

    Definition Classes
    SplashLoop → Runnable
  3. def start(): Unit
  4. def stop(): Unit