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 <T> io.reactivex.Observable<java.lang.Class> observable​(io.objectbox.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 <T> io.reactivex.Observable<java.lang.Class> observable​(io.objectbox.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.