ConsoleLive

object ConsoleLive extends Console
trait Console
class Object
trait Matchable
class Any

Type members

Inherited classlikes

trait UnsafeAPI
Inherited from:
Console

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]
Inherited from:
Console

Concrete fields

override val unsafe: UnsafeAPI