Packages

trait FullF[F[_], I, A, O] extends HandleF[F, A] with SetF[F, I] with GetF[F, O]

Self Type
FullF[F, I, A, O]
Linear Supertypes
GetF[F, O], SetF[F, I], HandleF[F, A], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FullF
  2. GetF
  3. SetF
  4. HandleF
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def F: Sync[F]
    Attributes
    protected
    Definition Classes
    GetF
  2. abstract def contramap[X](f: (X) => I): FullF[F, X, A, O]
    Definition Classes
    FullFSetF
  3. abstract def get: F[O]
    Definition Classes
    GetF
  4. abstract def map[X](f: (O) => X): FullF[F, I, A, X]
    Definition Classes
    FullFGetF
  5. abstract def narrow[X <: I]: FullF[F, X, A, O]
    Definition Classes
    FullFSetF
  6. abstract val raw: RefHandle[A]
    Definition Classes
    HandleF
  7. abstract def set(newValue: I): 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
    SetF
  8. abstract def widen[X >: O]: FullF[F, I, A, X]
    Definition Classes
    FullFGetF
  9. abstract def withEffect[G[_]](implicit G: Sync[G]): FullF[G, I, A, O]
    Definition Classes
    FullFGetFSetF

Concrete 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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def foreach(f: (O) => Unit): F[Unit]
    Definition Classes
    GetF
  10. final def foreachCB(f: (O) => F[Unit]): F[Unit]
    Definition Classes
    GetF
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def mod(f: (O) => I): F[Unit]

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

  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def root: Simple[A]
    Definition Classes
    HandleF
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def unsafeGet(): O

    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
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from GetF[F, O]

Inherited from SetF[F, I]

Inherited from HandleF[F, A]

Inherited from AnyRef

Inherited from Any

Ungrouped