public abstract class RxBoxStore
extends java.lang.Object
| Constructor and Description |
|---|
RxBoxStore() |
| Modifier and Type | Method and Description |
|---|---|
static <T> io.reactivex.Observable<java.lang.Class> |
observable(io.objectbox.BoxStore boxStore)
Using the returned Observable, you can be notified about data changes.
|