Skip to content

Instantly share code, notes, and snippets.

@JorgeCastilloPrz
Created March 31, 2017 17:19
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/5b28a88b9cf22446e93addb93f36a3b4 to your computer and use it in GitHub Desktop.
Save JorgeCastilloPrz/5b28a88b9cf22446e93addb93f36a3b4 to your computer and use it in GitHub Desktop.
Gist for article
fun getSuperHeroes(): Reader<GetHeroesContext, List<SuperHero>> =
Reader.ask<GetHeroesContext>().flatMap { ctx -> ctx.heroesRepository.getHeroes() }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment