Packages

final case class UseRefF[F[_], A](raw: RefHandle[A])(implicit FF: Sync[F]) extends SimpleF[F, A] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, FullF[F, A, A, A], GetF[F, A], SetF[F, A], HandleF[F, A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UseRefF
  2. Serializable
  3. Product
  4. Equals
  5. FullF
  6. GetF
  7. SetF
  8. HandleF
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new UseRefF(raw: RefHandle[A])(implicit FF: Sync[F])

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. def F: Sync[F]
    Attributes
    protected
    Definition Classes
    UseRefFGetFSetF
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def contramap[X](f: (X) => A): FullF[F, X, A, A]
    Definition Classes
    UseRefFFullFSetF
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def foreach(f: (A) => Unit): F[Unit]
    Definition Classes
    GetF
  11. final def foreachCB(f: (A) => F[Unit]): F[Unit]
    Definition Classes
    GetF
  12. def get: F[A]
    Definition Classes
    UseRefFGetF
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def map[X](f: (A) => X): FullF[F, A, A, X]
    Definition Classes
    UseRefFFullFGetF
  16. final def mod(f: (A) => A): F[Unit]

    NOTE: This doesn't force an update-to/redraw-of your component.

    NOTE: This doesn't force an update-to/redraw-of your component.

    Definition Classes
    FullF
  17. def narrow[X <: A]: FullF[F, X, A, A]
    Definition Classes
    UseRefFFullFSetF
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def productElementNames: Iterator[String]
    Definition Classes
    Product
  22. val raw: RefHandle[A]
    Definition Classes
    UseRefFHandleF
  23. final def root: Simple[A]
    Definition Classes
    HandleF
  24. def set(a: A): F[Unit]

    NOTE: This doesn't force an update-to/redraw-of your component.

    NOTE: This doesn't force an update-to/redraw-of your component.

    Definition Classes
    UseRefFSetF
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. final def unsafeGet(): A

    Get the reference immediately.

    Get the reference immediately.

    ONLY USE THIS IN UNIT TESTS. DO NOT USE THIS IN PRODUCTION CODE.

    Unsafe in the FP sense because it reads an underlying variable which is impure.

    Definition Classes
    GetF
  27. def value: A
    Annotations
    @inline()
  28. def value_=(a: A): Unit

    NOTE: This doesn't force an update-to/redraw-of your component.

    NOTE: This doesn't force an update-to/redraw-of your component.

    Annotations
    @inline()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. def widen[X >: A]: FullF[F, A, A, X]
    Definition Classes
    UseRefFFullFGetF
  33. def withEffect[G[_]](implicit G: Sync[G]): UseRefF[G, A]
    Definition Classes
    UseRefFFullFGetFSetF

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from FullF[F, A, A, A]

Inherited from GetF[F, A]

Inherited from SetF[F, A]

Inherited from HandleF[F, A]

Inherited from AnyRef

Inherited from Any

Ungrouped