| Package | Description |
|---|---|
| com.github.davidmoten.rx2 | |
| com.github.davidmoten.rx2.flowable |
| Modifier and Type | Method and Description |
|---|---|
static <T> CachedFlowable<T> |
Flowables.cache(io.reactivex.Flowable<T> source)
Returns a cached
Flowable like Flowable.cache() except that
the cache can be reset by calling reset(). |
| Modifier and Type | Method and Description |
|---|---|
CachedFlowable<T> |
CachedFlowable.reset() |
Copyright © 2013–2020. All rights reserved.