Service

trait Service extends Serializable
Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def getStrLn: IO[IOException, String]
def putStr(line: String): IO[IOException, Unit]
def putStrErr(line: String): IO[IOException, Unit]
def putStrLn(line: String): IO[IOException, Unit]
def putStrLnErr(line: String): IO[IOException, Unit]