Uses of Class
rx.internal.operators.CachedObservable.CacheState
Packages that use CachedObservable.CacheState
Package
Description
Operators that allow composing Observables to transform and
manipulate data in an asynchronous, functional and thread-safe manner.
-
Uses of CachedObservable.CacheState in rx.internal.operators
Fields in rx.internal.operators declared as CachedObservable.CacheStateModifier and TypeFieldDescription(package private) final CachedObservable.CacheState
<T> CachedObservable.CachedSubscribe.state
(package private) final CachedObservable.CacheState
<T> CachedObservable.ReplayProducer.state
The cache state object.private final CachedObservable.CacheState
<T> CachedObservable.state
The cache and replay state.Constructors in rx.internal.operators with parameters of type CachedObservable.CacheStateModifierConstructorDescriptionprivate
CachedObservable
(Observable.OnSubscribe<T> onSubscribe, CachedObservable.CacheState<T> state) Private constructor because state needs to be shared between the Observable body and the onSubscribe function.ReplayProducer
(Subscriber<? super T> child, CachedObservable.CacheState<T> state)