console

effectie.syntax.console
See theconsole companion trait
object console extends console

Attributes

Companion
trait
Graph
Supertypes
trait console
class Object
trait Matchable
class Any
Self type
console.type

Members list

Value members

Inherited methods

inline def putErrStr[F[*] : FxCtor](value: String): F[Unit]

Attributes

Inherited from:
console
inline def putErrStrLn[F[*] : FxCtor](value: String): F[Unit]

Attributes

Inherited from:
console
inline def putStr[F[*] : FxCtor](value: String): F[Unit]

Attributes

Inherited from:
console
inline def putStrLn[F[*] : FxCtor](value: String): F[Unit]

Attributes

Inherited from:
console
inline def readLn[F[*] : FxCtor]: F[String]

Attributes

Inherited from:
console
inline def readPassword[F[*] : FxCtor]: F[Array[Char]]

Attributes

Inherited from:
console
inline def readYesNo[F[*] : FxCtor](prompt: String): F[YesNo]

Attributes

Inherited from:
console