trait hooks extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- hooks
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def atom[T](options: AtomOptions[T]): RecoilState[T]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isRecoilValue(value: Any): Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def readonlySelector[T](options: ReadOnlySelectorOptions[T]): RecoilValueReadOnly[T]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def useRecoilCallback[T](deps: AllType*)(f: Function1[CallbackInterface, Return[T]]): Function0[T]
- def useRecoilCallback1[A1, T](deps: AllType*)(f: Function2[CallbackInterface, A1, Return[T]]): Function1[A1, T]
- def useRecoilCallback1A[A1, T](deps: Dependencies)(f: Function2[CallbackInterface, A1, Return[T]]): Function1[A1, T]
- def useRecoilCallback2[A1, A2, T](deps: AllType*)(f: Function3[CallbackInterface, A1, A2, Return[T]]): Function2[A1, A2, T]
- def useRecoilCallback2A[A1, A2, T](deps: Dependencies)(f: Function3[CallbackInterface, A1, A2, Return[T]]): Function2[A1, A2, T]
- def useRecoilCallback3[A1, A2, A3, T](deps: AllType*)(f: Function4[CallbackInterface, A1, A2, A3, Return[T]]): Function3[A1, A2, A3, T]
- def useRecoilCallback3A[A1, A2, A3, T](deps: Dependencies)(f: Function4[CallbackInterface, A1, A2, A3, Return[T]]): Function3[A1, A2, A3, T]
- def useRecoilCallback4[A1, A2, A3, A4, T](deps: AllType*)(f: Function5[CallbackInterface, A1, A2, A3, A4, Return[T]]): Function4[A1, A2, A3, A4, T]
- def useRecoilCallback4A[A1, A2, A3, A4, T](deps: Dependencies)(f: Function5[CallbackInterface, A1, A2, A3, A4, Return[T]]): Function4[A1, A2, A3, A4, T]
- 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]
- 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]
- def useRecoilCallbackA[T](deps: Dependencies)(f: Function1[CallbackInterface, Return[T]]): Function0[T]
- def useRecoilCallbackMounting[T](f: Function1[CallbackInterface, Return[T]]): Function0[T]
- def useRecoilCallbackMounting1[A1, T](f: Function2[CallbackInterface, A1, Return[T]]): Function1[A1, T]
- def useRecoilCallbackMounting2[A1, A2, T](f: Function3[CallbackInterface, A1, A2, Return[T]]): Function2[A1, A2, T]
- def useRecoilCallbackMounting3[A1, A2, A3, T](f: Function4[CallbackInterface, A1, A2, A3, Return[T]]): Function3[A1, A2, A3, T]
- def useRecoilCallbackMounting4[A1, A2, A3, A4, T](f: Function5[CallbackInterface, A1, A2, A3, A4, Return[T]]): Function4[A1, A2, A3, A4, T]
- 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]
- def useRecoilState[T](atom: RecoilState[T]): (T, SetterOrUpdater[T])
- def useRecoilStateLoadable[T](state: RecoilState[T]): (Loadable[T], SetterOrUpdater[T])
- def useRecoilValue[T](selector: RecoilValue[T]): T
If pending, throws Promise to suspend, or throws an error.
- def useRecoilValueLoadable[T](value: RecoilValue[T]): Loadable[T]
- def useResetRecoilState[T](state: RecoilState[T]): Resetter
- def useSetRecoilState[T](state: RecoilState[T]): SetterOrUpdater[T]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def writableSelector[T](options: WriteableSelectorOptions[T]): RecoilState[T]