package console
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
abstract
class
Console extends AnyRef
Abstract interface for Console interactions (print and read operations).
Abstract interface for Console interactions (print and read operations). Console read operations consume from input stream, and print operations send data to output stream.
-
class
MainConsole extends Console
Wrapper around system console to be used in
Application.main
method. -
class
TestConsole extends Console
Console implementation to be used in tests