Packages

p

zio

system

package system

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. system
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type System = Has[Service]

Value Members

  1. def env(variable: ⇒ String): ZIO[System, SecurityException, Option[String]]

    Retrieve the value of an environment variable *

  2. val lineSeparator: ZIO[System, Nothing, String]

    System-specific line separator *

  3. def property(prop: ⇒ String): ZIO[System, Throwable, Option[String]]

    Retrieve the value of a system property *

  4. object System extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped