t

recoil.utils

utils_module

trait utils_module extends Object

Annotations
@JSType() @native()
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. utils_module
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def atomFamily[T, P <: SerializableParameter](options: AtomFamilyOptions[T, P]): Function1[P, RecoilState[T]]
  2. def constSelector[T <: SerializableParameter](constant: T): RecoilValueReadOnly[T]
  3. def errorSelector[T](message: String): RecoilValueReadOnly[T]
  4. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  5. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  6. def nowait(value: RecoilValue[_]): Loadable[Any]
  7. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  8. def selectorFamily[T, P <: SerializableParameter](options: |[ReadOnlySelectorFamilyOptions[T, P], ReadWriteSelectorFamilyOptions[T, P]]): Function1[P, RecoilValue[T]]
  9. def selectorFamilyRO[T, P <: SerializableParameter](options: ReadOnlySelectorFamilyOptions[T, P]): Function1[P, RecoilValueReadOnly[T]]
    Annotations
    @JSName("selectorFamily")
  10. def selectorFamilyRW[T, P <: SerializableParameter](options: ReadWriteSelectorFamilyOptions[T, P]): Function1[P, RecoilState[T]]
    Annotations
    @JSName("selectorFamily")
  11. def toLocaleString(): String
    Definition Classes
    Object
  12. def valueOf(): Any
    Definition Classes
    Object
  13. def waitForAllF[F[_]](args: F[RecoilValueReadOnly[_]]): F[Loadable[_]]
    Annotations
    @JSName("waitForAll")
  14. def waitForAnyF[F[_]](args: F[RecoilValueReadOnly[_]]): F[Loadable[_]]
    Annotations
    @JSName("waitForAny")
  15. def waitForNoneF[F[_]](args: F[RecoilValueReadOnly[_]]): F[Loadable[_]]
    Annotations
    @JSName("waitForNone")