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

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 SystemLive extends System

    Permalink
  5. val any: ZLayer[Has[System], Nothing, Has[System]]

    Permalink
  6. final def asInstanceOf[T0]: T0

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

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

    Permalink

    Retrieves the value of an environment variable.

  9. def envOrElse(variable: String, alt: ⇒ String): ZIO[Has[System], SecurityException, String]

    Permalink

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

  10. def envOrOption(variable: String, alt: ⇒ Option[String]): ZIO[Has[System], SecurityException, Option[String]]

    Permalink

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

  11. val envs: ZIO[Has[System], SecurityException, Map[String, String]]

    Permalink

    Retrieves the values of all environment variables.

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  18. val lineSeparator: URIO[Has[System], String]

    Permalink

    Retrieves the value of the system-specific line separator.

  19. val live: Layer[Nothing, Has[System]]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. val properties: ZIO[Has[System], Throwable, Map[String, String]]

    Permalink

    Retrieves the values of all system properties.

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

    Permalink

    Retrieves the value of a system property.

  25. def propertyOrElse(prop: String, alt: ⇒ String): RIO[Has[System], String]

    Permalink

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

  26. def propertyOrOption(prop: String, alt: ⇒ Option[String]): ZIO[Has[System], Throwable, Option[String]]

    Permalink

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. 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