ObjectBoxRxJava
                                
                                 ObjectBoxRxJava copied to clipboard
                                
                                    ObjectBoxRxJava copied to clipboard
                            
                            
                            
                        Optional RxJava 2 APIs for ObjectBox
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