Packages

p

zio

console

package console

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

Type Members

  1. trait Console extends Serializable

Abstract Value Members

  1. abstract val getStrLn: ZIO[Console, IOException, String]
    Definition Classes
    Service
  2. abstract def putStr(line: String): ZIO[Console, Nothing, Unit]
    Definition Classes
    Service
  3. abstract def putStrLn(line: String): ZIO[Console, Nothing, Unit]
    Definition Classes
    Service

Concrete Value Members

  1. final val consoleService: ZIO[Console, Nothing, Service[Any]]
  2. object Console extends Serializable

Inherited from Service[Console]

Inherited from AnyRef

Inherited from Any

Ungrouped