t

recoil

hooks

trait hooks extends AnyRef

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

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 atom[T](options: AtomOptions[T]): RecoilState[T]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def isRecoilValue(value: Any): Boolean
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def readonlySelector[T](options: ReadOnlySelectorOptions[T]): RecoilValueReadOnly[T]
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. def useRecoilCallback[T](deps: AllType*)(f: Function1[CallbackInterface, Return[T]]): Function0[T]
  20. def useRecoilCallback1[A1, T](deps: AllType*)(f: Function2[CallbackInterface, A1, Return[T]]): Function1[A1, T]
  21. def useRecoilCallback1A[A1, T](deps: Dependencies)(f: Function2[CallbackInterface, A1, Return[T]]): Function1[A1, T]
  22. def useRecoilCallback2[A1, A2, T](deps: AllType*)(f: Function3[CallbackInterface, A1, A2, Return[T]]): Function2[A1, A2, T]
  23. def useRecoilCallback2A[A1, A2, T](deps: Dependencies)(f: Function3[CallbackInterface, A1, A2, Return[T]]): Function2[A1, A2, T]
  24. def useRecoilCallback3[A1, A2, A3, T](deps: AllType*)(f: Function4[CallbackInterface, A1, A2, A3, Return[T]]): Function3[A1, A2, A3, T]
  25. def useRecoilCallback3A[A1, A2, A3, T](deps: Dependencies)(f: Function4[CallbackInterface, A1, A2, A3, Return[T]]): Function3[A1, A2, A3, T]
  26. def useRecoilCallback4[A1, A2, A3, A4, T](deps: AllType*)(f: Function5[CallbackInterface, A1, A2, A3, A4, Return[T]]): Function4[A1, A2, A3, A4, T]
  27. def useRecoilCallback4A[A1, A2, A3, A4, T](deps: Dependencies)(f: Function5[CallbackInterface, A1, A2, A3, A4, Return[T]]): Function4[A1, A2, A3, A4, T]
  28. def useRecoilCallback5[A1, A2, A3, A4, A5, T](deps: AllType*)(f: Function6[CallbackInterface, A1, A2, A3, A4, A5, Return[T]]): Function5[A1, A2, A3, A4, A5, T]
  29. def useRecoilCallback5A[A1, A2, A3, A4, A5, T](deps: Dependencies)(f: Function6[CallbackInterface, A1, A2, A3, A4, A5, Return[T]]): Function5[A1, A2, A3, A4, A5, T]
  30. def useRecoilCallbackA[T](deps: Dependencies)(f: Function1[CallbackInterface, Return[T]]): Function0[T]
  31. def useRecoilCallbackMounting[T](f: Function1[CallbackInterface, Return[T]]): Function0[T]
  32. def useRecoilCallbackMounting1[A1, T](f: Function2[CallbackInterface, A1, Return[T]]): Function1[A1, T]
  33. def useRecoilCallbackMounting2[A1, A2, T](f: Function3[CallbackInterface, A1, A2, Return[T]]): Function2[A1, A2, T]
  34. def useRecoilCallbackMounting3[A1, A2, A3, T](f: Function4[CallbackInterface, A1, A2, A3, Return[T]]): Function3[A1, A2, A3, T]
  35. def useRecoilCallbackMounting4[A1, A2, A3, A4, T](f: Function5[CallbackInterface, A1, A2, A3, A4, Return[T]]): Function4[A1, A2, A3, A4, T]
  36. def useRecoilCallbackMounting5[A1, A2, A3, A4, A5, T](f: Function6[CallbackInterface, A1, A2, A3, A4, A5, Return[T]]): Function5[A1, A2, A3, A4, A5, T]
  37. def useRecoilState[T](atom: RecoilState[T]): (T, SetterOrUpdater[T])
  38. def useRecoilStateLoadable[T](state: RecoilState[T]): (Loadable[T], SetterOrUpdater[T])
  39. def useRecoilValue[T](selector: RecoilValue[T]): T

    If pending, throws Promise to suspend, or throws an error.

  40. def useRecoilValueLoadable[T](value: RecoilValue[T]): Loadable[T]
  41. def useResetRecoilState[T](state: RecoilState[T]): Resetter
  42. def useSetRecoilState[T](state: RecoilState[T]): SetterOrUpdater[T]
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. def writableSelector[T](options: WriteableSelectorOptions[T]): RecoilState[T]

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 AnyRef

Inherited from Any

Ungrouped