Console

zio.Console
See theConsole companion object
trait Console extends Serializable

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ConsoleLive.type
Self type

Members list

Concise view

Type members

Classlikes

trait UnsafeAPI

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Abstract 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]

Concrete methods

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