ConsoleLive

zio.Console.ConsoleLive
object ConsoleLive extends Console

Attributes

Graph
Supertypes
trait Console
trait Serializable
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited classlikes

trait UnsafeAPI

Attributes

Inherited from:
Console
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def printError(line: => Any)(implicit trace: Trace): IO[IOException, Unit]
def printLine(line: => Any)(implicit trace: Trace): IO[IOException, Unit]
def printLineError(line: => Any)(implicit trace: Trace): IO[IOException, Unit]
def readLine(implicit trace: Trace): IO[IOException, String]

Inherited methods

def readLine(prompt: String)(implicit trace: Trace): IO[IOException, String]

Attributes

Inherited from:
Console

Concrete fields

override val unsafe: UnsafeAPI