Object/Trait

zio

System

Related Docs: trait System | package zio

Permalink

object System extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. System
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait OS extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object OS

    Permalink
  5. object SystemLive extends System

    Permalink
  6. val any: ZLayer[System, Nothing, System]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def env(variable: ⇒ String)(implicit trace: ZTraceElement): ZIO[System, SecurityException, Option[String]]

    Permalink

    Retrieves the value of an environment variable.

  10. def envOrElse(variable: ⇒ String, alt: ⇒ String)(implicit trace: ZTraceElement): ZIO[System, SecurityException, String]

    Permalink

    Retrieves the value of an environment variable or else returns the specified fallback value.

  11. def envOrOption(variable: ⇒ String, alt: ⇒ Option[String])(implicit trace: ZTraceElement): ZIO[System, SecurityException, Option[String]]

    Permalink

    Retrieves the value of an environment variable or else returns the specified optional fallback value.

  12. def envs(implicit trace: ZTraceElement): ZIO[System, SecurityException, Map[String, String]]

    Permalink

    Retrieves the values of all environment variables.

  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def lineSeparator(implicit trace: ZTraceElement): URIO[System, String]

    Permalink

    Retrieves the value of the system-specific line separator.

  20. val live: Layer[Nothing, System]

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. lazy val os: OS

    Permalink
  25. def properties(implicit trace: ZTraceElement): ZIO[System, Throwable, Map[String, String]]

    Permalink

    Retrieves the values of all system properties.

  26. def property(prop: ⇒ String)(implicit trace: ZTraceElement): ZIO[System, Throwable, Option[String]]

    Permalink

    Retrieves the value of a system property.

  27. def propertyOrElse(prop: ⇒ String, alt: ⇒ String)(implicit trace: ZTraceElement): RIO[System, String]

    Permalink

    Retrieves the value of a system property or else return the specified fallback value.

  28. def propertyOrOption(prop: ⇒ String, alt: ⇒ Option[String])(implicit trace: ZTraceElement): ZIO[System, Throwable, Option[String]]

    Permalink

    Retrieves the value of a system property or else return the specified optional fallback value.

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped