final case class ZioQVar[R, E, A](ref: Ref[State[A, Promise[Nothing, A]]]) extends QVarSM[[γ$13$]ZIO[R, E, γ$13$], A, Promise[Nothing, A]] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, QVarSM[[γ$13$]ZIO[R, E, γ$13$], A, Promise[Nothing, A]], QVar[[γ$13$]ZIO[R, E, γ$13$], A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZioQVar
  2. Serializable
  3. Product
  4. Equals
  5. QVarSM
  6. QVar
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ZioQVar(ref: Ref[State[A, Promise[Nothing, A]]])

Type Members

  1. type S = State[A, Promise[Nothing, A]]
    Attributes
    protected
    Definition Classes
    QVarSM

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def await(p: Promise[Nothing, A]): ZIO[R, E, A]
    Attributes
    protected
    Definition Classes
    ZioQVar → QVarSM
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def complete(x: A, p: Promise[Nothing, A]): ZIO[R, E, Unit]
    Attributes
    protected
    Definition Classes
    ZioQVar → QVarSM
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def get: ZIO[R, E, S]
    Attributes
    protected
    Definition Classes
    ZioQVar → QVarSM
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def isEmpty: ZIO[R, E, Boolean]
    Definition Classes
    QVarSM → QVar
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def modifyF[X](f: (S) => (S, ZIO[R, E, X])): ZIO[R, E, X]
    Attributes
    protected
    Definition Classes
    ZioQVar → QVarSM
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def newPromise: ZIO[R, E, Promise[Nothing, A]]
    Attributes
    protected
    Definition Classes
    ZioQVar → QVarSM
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. def onCancel(fa: ZIO[R, E, A], fc: => ZIO[R, E, Unit]): ZIO[R, E, A]
    Attributes
    protected
    Definition Classes
    ZioQVar → QVarSM
  19. def productElementNames: Iterator[String]
    Definition Classes
    Product
  20. def put(a: A): ZIO[R, E, Unit]
    Definition Classes
    QVarSM → QVar
  21. def read: ZIO[R, E, A]
    Definition Classes
    QVarSM → QVar
  22. val ref: Ref[State[A, Promise[Nothing, A]]]
  23. def set(s: S): ZIO[R, E, Unit]
    Attributes
    protected
    Definition Classes
    ZioQVar → QVarSM
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def take: ZIO[R, E, A]
    Definition Classes
    QVarSM → QVar
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from QVarSM[[γ$13$]ZIO[R, E, γ$13$], A, Promise[Nothing, A]]

Inherited from QVar[[γ$13$]ZIO[R, E, γ$13$], A]

Inherited from AnyRef

Inherited from Any

Ungrouped