Packages

final class ToComponentF[F[_], I, R, O, C] extends FullF[F, I, R, O]

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

Instance Constructors

  1. new ToComponentF(ref: FullF[F, I, R, O], component: C)

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[Ref]
    Definition Classes
    ToComponentFGetFSetF
  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() @HotSpotIntrinsicCandidate()
  7. val component: C
  8. def contramap[A](f: (A) => I): ToComponentF[F, A, R, O, C]
    Definition Classes
    ToComponentFFullFSetF
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def foreach(f: (O) => Unit): F[Unit]
    Definition Classes
    GetF
  12. final def foreachCB(f: (O) => F[Unit]): F[Unit]
    Definition Classes
    GetF
  13. val get: F[Option[O]]
    Definition Classes
    ToComponentFGetF
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def map[A](f: (O) => A): ToComponentF[F, I, R, A, C]
    Definition Classes
    ToComponentFFullFGetF
  18. def mapOption[B](f: (O) => Option[B]): FullF[F, I, R, B]
    Definition Classes
    ToComponentFFullFGetF
  19. def narrow[A <: I]: ToComponentF[F, A, R, O, C]
    Definition Classes
    ToComponentFFullFSetF
  20. final def narrowOption[B <: O](implicit ct: ClassTag[B]): FullF[F, I, R, B]
    Definition Classes
    FullFGetF
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. val raw: RefHandle[|[R, Null]]
    Definition Classes
    ToComponentFHandleF
  25. final lazy val rawSetFn: RefFn[I]
    Definition Classes
    SetF
  26. final def root: Simple[R]
    Definition Classes
    HandleF
  27. def set(o: Option[I]): F[Unit]
    Definition Classes
    ToComponentFSetF
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. 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 for two reasons:

    1. It reads an underlying variable. (impurity) 2. It throws an exception when the ref is empty (partiality)

    Definition Classes
    GetF
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. def widen[A >: O]: ToComponentF[F, I, R, A, C]
    Definition Classes
    ToComponentFFullFGetF
  35. def withEffect[G[_]](implicit G: Sync[G]): ToComponentF[G, I, R, O, C]
    Definition Classes
    ToComponentFFullFGetFSetF

Deprecated Value Members

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

Inherited from FullF[F, I, R, O]

Inherited from GetF[F, O]

Inherited from SetF[F, I]

Inherited from HandleF[F, R]

Inherited from AnyRef

Inherited from Any

Ungrouped