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

Type Members

  1. type Console = Has[Service]

Value Members

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

    Retrieves a line of input from the console.

  2. def putStr(line: ⇒ String): ZIO[Console, Nothing, Unit]

    Prints text to the console.

  3. def putStrLn(line: ⇒ String): ZIO[Console, Nothing, Unit]

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

  4. object Console extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped