UnsafeAPI

zio.System.UnsafeAPI
trait UnsafeAPI

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def env(variable: String)(implicit unsafe: Unsafe): Option[String]
def envOrElse(variable: String, alt: => String)(implicit unsafe: Unsafe): String
def envOrOption(variable: String, alt: => Option[String])(implicit unsafe: Unsafe): Option[String]
def envs()(implicit unsafe: Unsafe): Map[String, String]
def lineSeparator()(implicit unsafe: Unsafe): String
def properties()(implicit unsafe: Unsafe): Map[String, String]
def property(prop: String)(implicit unsafe: Unsafe): Option[String]
def propertyOrElse(prop: String, alt: => String)(implicit unsafe: Unsafe): String
def propertyOrOption(prop: String, alt: => Option[String])(implicit unsafe: Unsafe): Option[String]