public interface DocumentView
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<Long> |
count(String collection) |
io.reactivex.Observable<DocumentWithKey> |
findAll(String collection) |
io.reactivex.Maybe<Map<String,Object>> |
findById(String collection,
String key) |
io.reactivex.Completable |
remove(String collection,
String key) |
io.reactivex.Completable |
save(String collection,
String key,
Map<String,Object> document) |
io.reactivex.Observable<DocumentWithKey> findAll(String collection)
Copyright © 2017. All rights reserved.