Package

zio

system

Permalink

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. trait System extends Serializable

    Permalink

Value Members

  1. object System extends Serializable

    Permalink
  2. def env(variable: String): ZIO[System, SecurityException, Option[String]]

    Permalink

    Retrieve the value of an environment variable *

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

    Permalink

    System-specific line separator *

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

    Permalink

    Retrieve the value of a system property *

  5. def systemService: ZIO[System, Nothing, Service[Any]]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped