Skip to content

Instantly share code, notes, and snippets.

@MkhytarMkhoian
Created June 24, 2017 11:22
Show Gist options
  • Select an option

  • Save MkhytarMkhoian/b89268aad26671e5b904bdf94e73d85f to your computer and use it in GitHub Desktop.

Select an option

Save MkhytarMkhoian/b89268aad26671e5b904bdf94e73d85f to your computer and use it in GitHub Desktop.
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