Packages

final class ToComponent[I, R, O, C] extends Full[I, R, O]

Linear Supertypes
Full[I, R, O], Fn[I, O], Get[O], Set[I], Handle[R], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ToComponent
  2. Full
  3. Fn
  4. Get
  5. Set
  6. Handle
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ToComponent(ref: Full[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. 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() @HotSpotIntrinsicCandidate()
  6. val component: C
  7. def contramap[A](f: (A) => I): ToComponent[A, R, O, C]
    Definition Classes
    ToComponentFullFnSet
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def foreach(f: (O) => Unit): Callback
    Definition Classes
    Get
  11. final def foreachCB(f: (O) => Callback): Callback
    Definition Classes
    Get
  12. val get: CallbackOption[O]
    Definition Classes
    ToComponentGet
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def map[A](f: (O) => A): ToComponent[I, R, A, C]
    Definition Classes
    ToComponentFullFnGet
  17. def narrow[A <: I]: ToComponent[A, R, O, C]
    Definition Classes
    ToComponentFullFnSet
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. val raw: RefHandle[R]
    Definition Classes
    ToComponentHandle
  22. final lazy val rawSetFn: RefFn[I]
    Definition Classes
    Set
  23. final def root: Simple[R]
    Definition Classes
    Handle
  24. val set: CallbackKleisli[Option[I], Unit]
    Definition Classes
    ToComponentSet
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. 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
    Get
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. def widen[A >: O]: ToComponent[I, R, A, C]
    Definition Classes
    ToComponentFullFnGet

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Full[I, R, O]

Inherited from Fn[I, O]

Inherited from Get[O]

Inherited from Set[I]

Inherited from Handle[R]

Inherited from AnyRef

Inherited from Any

Ungrouped