p
apollo_observable
package apollo_observable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- apollo_observable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class Observable[T] extends Object with ObservableBase[T]
- Annotations
- @JSType() @native() @JSImport("zen-observable-ts", "Observable")
- trait ObservableBase[T] extends Object
- Annotations
- @JSType() @native()
- trait ObservableLike[T] extends Object
- Annotations
- @JSType() @native()
- trait Observer[T] extends Object
- Annotations
- @JSType()
- type Subscriber[T] = |[|[SubscriptionObserver[T], Function0[Unit]], Subscription]
- trait Subscription extends Object
- Annotations
- @JSType()
- trait SubscriptionObserver[T] extends Object
- Annotations
- @JSType()
Value Members
- object Observable extends Object
- Annotations
- @native() @JSImport("zen-observable-ts", "Observable")