trait ObservableQuery[T, TVars <: Object] extends Observable[T]
Class but we keep as a trait since we do not create these directly.
- Annotations
- @JSType() @native()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ObservableQuery
- Observable
- ObservableBase
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def getLastResult(): ApolloQueryResult[T]
Concrete 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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def currentResult(): ApolloCurrentResult[T]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fetchMore(fetchMoreOptions: FetchMoreQueryOptions[TVars] with FetchMoreOptions[T, TVars]): Promise[ApolloQueryResult[T]]
- def filter(f: (T) => Boolean): Observable[T]
- Definition Classes
- ObservableBase
- def forEach(f: (T) => Unit): Promise[Unit]
- Definition Classes
- ObservableBase
- def from[R](observable: |[Observable[R], Array[R]]): Observable[R]
- Definition Classes
- ObservableBase
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getLastError(): ApolloError
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- def map[B](f: (T) => B): Observable[B]
- Definition Classes
- ObservableBase
- 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 of[R](args: R*): Observable[R]
- Definition Classes
- ObservableBase
- val options: WatchQueryOptions[TVars]
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val queryId: String
- val queryName: UndefOr[String]
- def refetch(variables: TVars): Promise[ApolloQueryResult[T]]
- def resetLastResults(): Unit
- def resetQueryStoreErrors(): Unit
- def result(): Promise[ApolloQueryResult[T]]
- def setOptions(opts: WatchQueryOptions[TVars]): |[Unit, Promise[ApolloQueryResult[T]]]
- def setVariables(variables: TVars, tryFetch: UndefOr[Boolean] = js.undefined): |[Unit, Promise[ApolloQueryResult[T]]]
- def startPolling(pollInterval: Int): Unit
- def stopPolling(): Unit
- def subscribe(observerOrNext: |[Function1[T, Unit], Observer[T]], error: UndefOr[Function1[Any, Unit]] = js.undefined, complete: UndefOr[Function0[Unit]] = js.undefined): Subscription
- Definition Classes
- ObservableBase
- def subscribeToMore[A, AVars <: Object](options: SubscribeToMoreOptions[T, AVars, A]): Function0[Unit]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updateQuery(f: Function2[T, UpdateQueryOptions[TVars], T]): Unit
- def valueOf(): Any
- Definition Classes
- Object
- val variables: TVars
- 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])