Class RxBoxStore


  • public abstract class RxBoxStore
    extends java.lang.Object
    Static methods to Rx-ify ObjectBox queries.
    • Constructor Summary

      Constructors 
      Constructor Description
      RxBoxStore()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static io.reactivex.rxjava3.core.Observable<java.lang.Class> observable​(BoxStore boxStore)
      Using the returned Observable, you can be notified about data changes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RxBoxStore

        public RxBoxStore()
    • Method Detail

      • observable

        public static io.reactivex.rxjava3.core.Observable<java.lang.Class> observable​(BoxStore boxStore)
        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.