object Ref

Types:

  • Handle - raw: facade.React.RefHandle[A | Null]
  • Get - get: F[Option[A]]
  • Set - set: Option[A] => F[Unit]
  • Full - Handle & Set & Get
  • Simple - Monomorphic version of Full
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ref
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Full[I, A, O] = FullF[Sync, I, A, O]
  2. trait FullF[F[_], I, A, O] extends HandleF[F, A] with SetF[F, I] with GetF[F, O]
  3. type Get[A] = GetF[Sync, A]
  4. trait GetF[F[_], A] extends AnyRef
  5. type Handle[A] = HandleF[Sync, A]
  6. trait HandleF[F[_], A] extends AnyRef
  7. type Set[A] = SetF[Sync, A]
  8. trait SetF[F[_], A] extends AnyRef
  9. type Simple[A] = FullF[Sync, A, A, A]
  10. type SimpleF[F[_], A] = FullF[F, A, A, A]
  11. type ToAnyVdom = FullF[Sync, TopNode, TopNode, TopNode]
  12. type ToComponent[I, R, O, C] = ToComponentF[Sync, I, R, O, C]
  13. final class ToComponentF[F[_], I, R, O, C] extends FullF[F, I, R, O]
  14. type ToJsComponent[P <: Object, S <: Object, R <: RawMounted[P, S]] = FullF[Sync, R, R, MountedWithRawType[P, S, R]]
  15. type ToJsComponentF[F[_], P <: Object, S <: Object, R <: RawMounted[P, S]] = FullF[F, R, R, MountedWithRawType[P, S, R]]
  16. type ToScalaComponent[P, S, B] = FullF[Sync, RawMounted[P, S, B], RawMounted[P, S, B], MountedImpure[P, S, B]]
  17. type ToScalaComponentF[F[_], P, S, B] = FullF[F, RawMounted[P, S, B], RawMounted[P, S, B], MountedImpure[P, S, B]]
  18. type ToVdom[N <: TopNode] = FullF[Sync, TopNode, TopNode, N]
  19. type WithJsComponent[F[_], A[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object] = ToComponentF[Sync, R, R, MountedWithRawType[P0, S0, R], CT1[P1, UnmountedMapped[F, A, P1, S1, R, P0, S0]]]
  20. final class WithJsComponentArg[F[_], A[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object] extends AnyVal
  21. type WithJsComponentF[FR[_], FJ[_], A[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object] = ToComponentF[FR, R, R, MountedWithRawType[P0, S0, R], CT1[P1, UnmountedMapped[FJ, A, P1, S1, R, P0, S0]]]
  22. type WithScalaComponent[P, S, B, CT[-p, +u] <: CtorType[p, u]] = ToComponentF[Sync, RawMounted[P, S, B], RawMounted[P, S, B], MountedImpure[P, S, B], CT[P, Unmounted[P, S, B]]]
  23. type WithScalaComponentF[F[_], P, S, B, CT[-p, +u] <: CtorType[p, u]] = ToComponentF[F, RawMounted[P, S, B], RawMounted[P, S, B], MountedImpure[P, S, B], CT[P, Unmounted[P, S, B]]]

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 Full[I, A, O](raw: RefHandle[|[A, Null]], l: (I) => A, r: (A) => Option[O]): Full[I, A, O]
  5. def FullF[F[_], I, A, O](_raw: RefHandle[|[A, Null]], l: (I) => A, r: (A) => Option[O])(implicit FF: Sync[F]): FullF[F, I, A, O]
  6. def apply[A]: Simple[A]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. def forwardedFromJs[A](f: ForwardedRef[A]): Option[Simple[A]]
  13. def fromJs[A](raw: RefHandle[|[A, Null]]): Simple[A]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toAnyVdom(): ToAnyVdom

    For use with the untypedRef vdom attribute.

  22. def toJsComponent[F[_], A[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object, CT0[-p, +u] <: CtorType[p, u]](a: WithJsComponentArg[F, A, P1, S1, CT1, R, P0, S0]): WithJsComponent[F, A, P1, S1, CT1, R, P0, S0]
  23. def toJsComponent[P <: Object, S <: Object]: ToJsComponent[P, S, RawMounted[P, S]]
  24. def toJsComponentWithMountedFacade[P <: Object, S <: Object, F <: Object]: ToJsComponent[P, S, RawMounted[P, S] with F]
  25. def toScalaComponent[P, S, B, CT[-p, +u] <: CtorType[p, u]](c: Component[P, S, B, CT]): WithScalaComponent[P, S, B, CT]
  26. def toScalaComponent[P, S, B]: ToScalaComponent[P, S, B]
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def toVdom[N <: TopNode](implicit arg0: ClassTag[N]): ToVdom[N]

    For use with the untypedRef vdom attribute.

  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. object ToComponent
  33. object WithJsComponentArg

Inherited from AnyRef

Inherited from Any

Ungrouped