p
zio
package zio
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- zio
- EitherCompat
- ZEnvDefinition
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Canceler[R] = ZIO[R, Nothing, Any]
- type FiberId = Long
- type IO[+E, +A] = ZIO[Any, E, A]
- type Managed[+E, +A] = ZManaged[Any, E, A]
- type Queue[A] = ZQueue[Any, Nothing, Any, Nothing, A, A]
- type RIO[-R, +A] = ZIO[R, Throwable, A]
- type RManaged[-R, +A] = ZManaged[R, Throwable, A]
- type Schedule[-A, +B] = ZSchedule[Any, A, B]
- type Task[+A] = ZIO[Any, Throwable, A]
- type TaskManaged[+A] = ZManaged[Any, Throwable, A]
- type UIO[+A] = ZIO[Any, Nothing, A]
- type UManaged[+A] = ZManaged[Any, Nothing, A]
- type URIO[-R, +A] = ZIO[R, Nothing, A]
- type URManaged[-R, +A] = ZManaged[R, Nothing, A]
-
type
ZEnv = Clock with Console with System with Random with Blocking
- Definition Classes
- ZEnvDefinition
-
type
TaskR[-R, +A] = ZIO[R, Throwable, A]
- Annotations
- @deprecated
- Deprecated
(Since version 1.0.0) use RIO