Package

zio

stm

Permalink

package stm

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

Type Members

  1. type ETRef[+E, A] = ZTRef[E, E, A, A]

    Permalink
  2. implicit final class EitherOps[E, A] extends AnyRef

    Permalink
    Definition Classes
    EitherCompat
  3. type RSTM[-R, +A] = ZSTM[R, Throwable, A]

    Permalink
  4. type STM[+E, +A] = ZSTM[Any, E, A]

    Permalink
  5. type TDequeue[+A] = ZTQueue[Nothing, Any, Any, Nothing, Nothing, A]

    Permalink
  6. type TEnqueue[-A] = ZTQueue[Any, Nothing, Nothing, Any, A, Any]

    Permalink
  7. type THub[A] = ZTHub[Any, Any, Nothing, Nothing, A, A]

    Permalink
  8. type TQueue[A] = ZTQueue[Any, Any, Nothing, Nothing, A, A]

    Permalink
  9. type TRef[A] = ZTRef[Nothing, Nothing, A, A]

    Permalink
  10. type TaskSTM[+A] = ZSTM[Any, Throwable, A]

    Permalink
  11. type URSTM[-R, +A] = ZSTM[R, Nothing, A]

    Permalink
  12. type USTM[+A] = ZSTM[Any, Nothing, A]

    Permalink
  13. type ZTDequeue[-R, +E, +A] = ZTQueue[Nothing, R, Any, E, Nothing, A]

    Permalink
  14. type ZTEnqueue[-R, +E, -A] = ZTQueue[R, Nothing, E, Any, A, Any]

    Permalink

Value Members

  1. val THub: ZTHub.type

    Permalink
  2. val TQueue: ZTQueue.type

    Permalink

Inherited from EitherCompat

Inherited from AnyRef

Inherited from Any

Ungrouped