You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add methods for saving data returning RxJava Completable type.
This functionality was requested in #127.
It could be done by implementing put(...) and observe(...) methods under the hood. Observable type returned by observe(...) should be converted to Completable.
This functionality can be added to RxJava2 version only.
The text was updated successfully, but these errors were encountered:
Add methods for saving data returning RxJava Completable type.
This functionality was requested in #127.
It could be done by implementing
put(...)
andobserve(...)
methods under the hood.Observable
type returned byobserve(...)
should be converted toCompletable
.This functionality can be added to RxJava2 version only.
The text was updated successfully, but these errors were encountered: