package system
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- system
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def env(variable: => String): ZIO[System, SecurityException, Option[String]]
Retrieve the value of an environment variable *
- val lineSeparator: ZIO[System, Nothing, String]
System-specific line separator *
- def property(prop: => String): ZIO[System, Throwable, Option[String]]
Retrieve the value of a system property *
- object System extends Serializable