Packages

p

zio

console

package console

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. console
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Console = Has[Service]

Value Members

  1. val getStrLn: ZIO[Console, IOException, String]

    Retrieves a line of input from the console.

    Retrieves a line of input from the console. Fails with an java.io.EOFException when the underlying java.io.Reader returns null.

  2. def putStr(line: => String): URIO[Console, Unit]

    Prints text to the console.

  3. def putStrErr(line: => String): URIO[Console, Unit]

    Prints text to the standard error console.

  4. def putStrLn(line: => String): URIO[Console, Unit]

    Prints a line of text to the console, including a newline character.

  5. def putStrLnErr(line: => String): URIO[Console, Unit]

    Prints a line of text to the standard error console, including a newline character.

  6. object Console extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped