Package

zio

Permalink

package zio

Linear Supertypes
VersionSpecific, PlatformSpecific, EitherCompat, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. zio
  2. VersionSpecific
  3. PlatformSpecific
  4. EitherCompat
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Canceler[-R] = ZIO[R, Nothing, Any]

    Permalink
  2. implicit class EitherOps[L, R] extends AnyRef

    Permalink
    Definition Classes
    EitherCompat
  3. type IO[+E, +A] = ZIO[Any, E, A]

    Permalink
  4. type Managed[+E, +A] = ZManaged[Any, E, A]

    Permalink
  5. type Queue[A] = ZQueue[Any, Nothing, Any, Nothing, A, A]

    Permalink
  6. type RIO[-R, +A] = ZIO[R, Throwable, A]

    Permalink
  7. type RManaged[-R, +A] = ZManaged[R, Throwable, A]

    Permalink
  8. type TagType = LightTypeTag

    Permalink
    Definition Classes
    VersionSpecific
  9. type TaggedType[A] = Tag[A]

    Permalink
    Definition Classes
    VersionSpecific
  10. type Task[+A] = ZIO[Any, Throwable, A]

    Permalink
  11. type TaskManaged[+A] = ZManaged[Any, Throwable, A]

    Permalink
  12. type UIO[+A] = ZIO[Any, Nothing, A]

    Permalink
  13. type UManaged[+A] = ZManaged[Any, Nothing, A]

    Permalink
  14. type URIO[-R, +A] = ZIO[R, Nothing, A]

    Permalink
  15. type URManaged[-R, +A] = ZManaged[R, Nothing, A]

    Permalink
  16. type ZEnv = Clock with Console with System with Random

    Permalink
    Definition Classes
    PlatformSpecific

Value Members

  1. object BuildInfo extends Product with Serializable

    Permalink

    This object was generated by sbt-buildinfo.

  2. package interop

    Permalink

Inherited from VersionSpecific

Inherited from PlatformSpecific

Inherited from EitherCompat

Inherited from AnyRef

Inherited from Any

Ungrouped