Uses of Class
rx.internal.operators.CachedObservable.CacheState
-
Packages that use CachedObservable.CacheState Package Description rx.internal.operators 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.CacheState Modifier and Type Field Description (package private) CachedObservable.CacheState<T>
CachedObservable.CachedSubscribe. state
(package private) CachedObservable.CacheState<T>
CachedObservable.ReplayProducer. state
The cache state object.private CachedObservable.CacheState<T>
CachedObservable. state
The cache and replay state.Constructors in rx.internal.operators with parameters of type CachedObservable.CacheState Constructor Description 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.CachedSubscribe(CachedObservable.CacheState<T> state)
ReplayProducer(Subscriber<? super T> child, CachedObservable.CacheState<T> state)
-