Package

scalaz

zio

Permalink

package zio

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

Type Members

  1. type Canceler = UIO[_]

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

    Permalink
    Definition Classes
    EitherCompat
  3. type FiberId = Long

    Permalink
  4. type IO[+E, +A] = ZIO[Any, E, A]

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

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

    Permalink
  7. type Schedule[-A, +B] = ZSchedule[Any, A, B]

    Permalink
  8. type Task[+A] = ZIO[Any, Throwable, A]

    Permalink
  9. type TaskR[-R, +A] = ZIO[R, Throwable, A]

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

    Permalink

Value Members

  1. val JustExceptions: PartialFunction[Throwable, Exception]

    Permalink
  2. val Managed: ZManaged.type

    Permalink
  3. val Queue: ZQueue.type

    Permalink

Inherited from EitherCompat

Inherited from AnyRef

Inherited from Any

Ungrouped