public final class Obs extends Object
| Constructor and Description |
|---|
Obs() |
| Modifier and Type | Method and Description |
|---|---|
static <T> CachedObservable<T> |
cache(rx.Observable<T> source)
Returns a cached
Observable like Observable.cache()
except that the cache can be reset by calling
CachedObservable.reset(). |
public static <T> CachedObservable<T> cache(rx.Observable<T> source)
Observable like Observable.cache()
except that the cache can be reset by calling
CachedObservable.reset().source - the observable to be cached.Copyright © 2013–2015. All rights reserved.