ObjectBoxRxJava icon indicating copy to clipboard operation
ObjectBoxRxJava copied to clipboard

Optional RxJava 2 APIs for ObjectBox

Results 3 ObjectBoxRxJava issues
Sort by recently updated
recently updated
newest added

Returns first item as Single if any, else returns NPE onError. To return the result of findFirst(), users must filter the query accordingly before passing it as a parameter.

With the current Rx implementation, it's not possible to use `find` for pagination. Take `RxQuery.single` for example. Since we pass `Query` and receive a `Single`, we can't apply that operator....

I've got an exception ``` io.objectbox.exception.DbException: Entity is expected to have a no-arg constructor: Item ``` but it didn't surface until I've debugged it and captured it at BoxStore.java:670