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. trait Console extends Serializable

    Permalink

Value Members

  1. object Console extends Serializable

    Permalink
  2. final val consoleService: ZIO[Console, Nothing, Service[Any]]

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

    Permalink

    Retrieves a line of input from the console.

  4. final def putStr(line: String): ZIO[Console, Nothing, Unit]

    Permalink

    Prints text to the console.

  5. final def putStrLn(line: String): ZIO[Console, Nothing, Unit]

    Permalink

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

Inherited from AnyRef

Inherited from Any

Ungrouped