console

effectie.syntax.console
See theconsole companion object
trait console

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait all
object all
object console

Members list

Value members

Concrete methods

inline def putErrStr[F[*] : FxCtor](value: String): F[Unit]
inline def putErrStrLn[F[*] : FxCtor](value: String): F[Unit]
inline def putStr[F[*] : FxCtor](value: String): F[Unit]
inline def putStrLn[F[*] : FxCtor](value: String): F[Unit]
inline def readLn[F[*] : FxCtor]: F[String]
inline def readPassword[F[*] : FxCtor]: F[Array[Char]]
inline def readYesNo[F[*] : FxCtor](prompt: String): F[YesNo]