object CustomHook

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CustomHook
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Arg[-Ctx, +I](convert: (Ctx) => I) extends AnyVal with Product with Serializable
  2. trait ArgLowPri extends AnyRef
  3. final case class ReuseComponentProps[A](value: A, render: (A) => VdomNode)(implicit reusability: Reusability[A]) extends Product with Serializable
    Attributes
    protected[hooks]

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 apply[I]: First[I]
  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()
  7. def delay[O](f: => O): CustomHook[Unit, O]
    Annotations
    @inline()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. def fromHookResult[I, O](hook: (I) => HookResult[O]): CustomHook[I, O]
  12. def fromHookResult[O](hook: HookResult[O]): CustomHook[Unit, O]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def reusableByDeps[D, A](create: (D, Int) => A)(implicit r: Reusability[D]): CustomHook[() => D, Reusable[A]]
  20. def reusableDeps[D](implicit r: Reusability[D]): CustomHook[() => D, (D, Int)]
  21. def shouldComponentUpdate[D](render: (D) => VdomNode)(implicit r: Reusability[D]): CustomHook[() => D, VdomNode]
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. def unchecked[I, O](f: (I) => O): CustomHook[I, O]

    Provides you with a means to do whatever you want without the static guarantees that the normal DSL provides.

    Provides you with a means to do whatever you want without the static guarantees that the normal DSL provides. It's up to you to ensure you don't vioalte React's hook rules.

  25. lazy val useForceUpdate: CustomHook[Unit, Reusable[Sync[Unit]]]
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. object Arg extends ArgLowPri with Serializable
  30. object Builder

Inherited from AnyRef

Inherited from Any

Ungrouped