public class ProviderHelper
extends java.lang.Object
| Constructor and Description |
|---|
ProviderHelper() |
| Modifier and Type | Method and Description |
|---|---|
static <T> io.reactivex.Observable<T> |
withoutLoader()
Create an Observable to provide a placeholder to
#1 obtain the cached data when the source loader is not available
#2 evict all the data associated with a provider
|