Packages

t

react

Concurrent

trait Concurrent extends Object

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

Value Members

  1. val SuspenseList: ReactJSComponent
  2. def createMutableSource[S](source: Any, getVersion: Function0[Any]): MutableSource[S]
  3. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  4. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  5. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  6. def toLocaleString(): String
    Definition Classes
    Object
  7. def useDeferredValue(value: Any, config: DeferredValueConfig): Any
  8. def useMutableSource[S, A](source: MutableSource[S], getSnapshot: Function1[S, A], subscribe: Function2[S, Function0[Unit], Function0[Unit]]): A

    subscribe 2nd arg is to be called whenever the value changes and is stable.

    subscribe 2nd arg is to be called whenever the value changes and is stable. Last is an unsubscribe for unmounting.

  9. def useTransition(config: TransitionConfig): Tuple2[Function1[Function0[Unit], Unit], Boolean]
  10. def valueOf(): Any
    Definition Classes
    Object