Created
October 22, 2017 11:39
-
-
Save AkshayChordiya/7fa0fa61517d2c01fda7ee773921214c to your computer and use it in GitHub Desktop.
User DAO - Rx - Room
This file contains 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
@Query("SELECT * FROM users") | |
fun getUsers(): Flowable<List<User>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment