Created
June 24, 2017 11:22
-
-
Save MkhytarMkhoian/b89268aad26671e5b904bdf94e73d85f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| db.createQuery("users", "SELECT * FROM users") | |
| .mapToList(Users.MAPPER) | |
| .observeOn(AndroidSchedulers.mainThread()) | |
| .subscribe(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment