effectie-core
effectie-core
effectie.core
CanCatch
CanCatch
CanCatchFuture
FutureCanCatch
CanHandleError
CanHandleError
CanHandleErrorFuture
FutureCanHandleError
CanRecover
CanRecover
CanRecoverFuture
FutureCanRecover
ConsoleEffect
ConsoleEffect
ConsoleEffectWithoutFlatMap
FromFuture
FromFuture
FromFutureToIdTimeout
Fx
Fx
FutureFx
FxOfFuture
FxCtor
FxCtor
FutureFxCtor
FxCtorFuture
ToFuture
ToFuture
YesNo
YesNo
effectie-core
/
effectie.core
/
ConsoleEffect
ConsoleEffect
trait
ConsoleEffect
[F[*]]
Companion
object
Graph
Supertypes
Known subtypes
class
Object
trait
Matchable
class
Any
class
ConsoleEffectWithoutFlatMap
[
F
]
Value members
Value members
Abstract methods
def
putErrStr
(value:
String
):
F
[
Unit
]
def
putErrStrLn
(value:
String
):
F
[
Unit
]
def
putStr
(value:
String
):
F
[
Unit
]
def
putStrLn
(value:
String
):
F
[
Unit
]
def
readLn
:
F
[
String
]
def
readPassword
:
F
[
Array
[
Char
]]
def
readYesNo
(prompt:
String
):
F
[
YesNo
]