Observable Data implementation
Closed this issue · 0 comments
BenTilbrook commented
An RxJava Observable
-based Data
class would be great. Some features that would be great are:
- Append based on a specified
Observable<List<T>>
- Prepend based on a specified
Observable<List<T>>
- Replace all based on a specified
Observable<List<T>>
- Set loading property based on a specified
Observable<Boolean>
- Refresh/reload/invalidate based on a specified
Observable<?>
, the emissions of which trigger the corresponding refresh action