RxBoxStore

abstract class RxBoxStore

Static methods to Rx-ify ObjectBox queries.

Functions

observable
Link copied to clipboard
open fun observable(boxStore: BoxStore): Observable<Class>
Using the returned Observable, you can be notified about data changes.Once a transaction is committed, you will get info on classes with changed Objects.