Service

trait Service extends Restorable
class Object
trait Matchable
class Any
class Test

Value members

Abstract methods

def clearEnv(variable: String): UIO[Unit]
def putEnv(name: String, value: String): UIO[Unit]
def putProperty(name: String, value: String): UIO[Unit]

Inherited fields

val save: UIO[UIO[Unit]]
Inherited from:
Restorable