Package | Description |
---|---|
com.github.davidmoten.rx | |
com.github.davidmoten.rx.observables |
Modifier and Type | Method and Description |
---|---|
static <T> CachedObservable<T> |
Obs.cache(rx.Observable<T> source)
Returns a cached
Observable like Observable.cache()
except that the cache can be reset by calling
reset() . |
Modifier and Type | Method and Description |
---|---|
CachedObservable<T> |
CachedObservable.reset() |
Copyright © 2013–2016. All rights reserved.