Console

trait Console extends Serializable
Companion:
object
class Object
trait Matchable
class Any
object ConsoleLive.type

Type members

Classlikes

trait UnsafeAPI

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]