ConsoleEffect

trait ConsoleEffect[F[_]] extends ConsoleEffect[F]
Companion
object
trait ConsoleEffect[F]
class Object
trait Matchable
class Any

Value members

Inherited methods

def putErrStr(value: String): F[Unit]
Inherited from
ConsoleEffect
def putErrStrLn(value: String): F[Unit]
Inherited from
ConsoleEffect
def putStr(value: String): F[Unit]
Inherited from
ConsoleEffect
def putStrLn(value: String): F[Unit]
Inherited from
ConsoleEffect
def readLn: F[String]
Inherited from
ConsoleEffect
def readPassword: F[Array[Char]]
Inherited from
ConsoleEffect
def readYesNo(prompt: String): F[YesNo]
Inherited from
ConsoleEffect