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.
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.