Class/Object

japgolly.scalajs.react.Ref

ToComponent

Related Docs: object ToComponent | package Ref

Permalink

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. All

Instance Constructors

  1. new ToComponent(ref: Full[I, R, O], component: C)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val component: C

    Permalink
  7. def contramap[A](f: (A) ⇒ I): ToComponent[A, R, O, C]

    Permalink
    Definition Classes
    ToComponentFullFnSet
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def foreach(f: (O) ⇒ Unit): Callback

    Permalink
    Definition Classes
    Get
  12. final def foreachCB(f: (O) ⇒ Callback): Callback

    Permalink
    Definition Classes
    Get
  13. val get: CallbackOption[O]

    Permalink
    Definition Classes
    ToComponentGet
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def map[A](f: (O) ⇒ A): ToComponent[I, R, A, C]

    Permalink
    Definition Classes
    ToComponentFullFnGet
  18. def narrow[A <: I]: ToComponent[A, R, O, C]

    Permalink
    Definition Classes
    ToComponentFullFnSet
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. val raw: RefHandle[R]

    Permalink
    Definition Classes
    ToComponentHandle
  23. final lazy val rawSetFn: RefFn[I]

    Permalink
    Definition Classes
    Set
  24. final def root: Simple[R]

    Permalink
    Definition Classes
    Handle
  25. val set: CallbackKleisli[Option[I], Unit]

    Permalink
    Definition Classes
    ToComponentSet
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def unsafeGet(): O

    Permalink

    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
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def widen[A >: O]: ToComponent[I, R, A, C]

    Permalink
    Definition Classes
    ToComponentFullFnGet

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