Package

zio

console

Permalink

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. All

Type Members

  1. type Console = Has[Service]

    Permalink

Value Members

  1. object Console extends Serializable

    Permalink
  2. val getStrLn: ZIO[Console, IOException, String]

    Permalink

    Retrieves a line of input from the console.

  3. def putStr(line: ⇒ String): URIO[Console, Unit]

    Permalink

    Prints text to the console.

  4. def putStrErr(line: ⇒ String): URIO[Console, Unit]

    Permalink

    Prints text to the standard error console.

  5. def putStrLn(line: ⇒ String): URIO[Console, Unit]

    Permalink

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

  6. def putStrLnErr(line: ⇒ String): URIO[Console, Unit]

    Permalink

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

Inherited from AnyRef

Inherited from Any

Ungrouped