zio.console
package zio.console
Value members
Concrete methods
Prints a line of text to the console, including a newline character.
Prints a line of text to the console, including a newline character.
Concrete fields
Retrieves a line of input from the console. Fails with an java.io.EOFException when the underlying java.io.Reader returns null.
Retrieves a line of input from the console. Fails with an java.io.EOFException when the underlying java.io.Reader returns null.