greenrobot / ObjectBoxRxJava

Optional RxJava 2 APIs for ObjectBox
Apache License 2.0
71 stars 8 forks source link

Issue #3. Add method returning Single<T> #11

Open deividasstr opened 6 years ago

deividasstr commented 6 years ago

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.