Skip to content

Instantly share code, notes, and snippets.

@JorgeCastilloPrz
Created March 31, 2017 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JorgeCastilloPrz/3d1f7a1dbf68c3f4eea62055df3cdede to your computer and use it in GitHub Desktop.
Save JorgeCastilloPrz/3d1f7a1dbf68c3f4eea62055df3cdede to your computer and use it in GitHub Desktop.
gist for article
fun getHeroes() = Reader<GetHeroesContext, List<SuperHero>> {
it.heroesDataSources[0].getAll()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment