p
zio
package zio
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- zio
- EitherCompat
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Canceler = UIO[_]
- 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 Schedule[-A, +B] = ZSchedule[Any, A, B]
- type Task[+A] = ZIO[Any, Throwable, A]
- type UIO[+A] = ZIO[Any, Nothing, A]
- type URIO[-R, +A] = ZIO[R, Nothing, A]