Created
March 31, 2017 17:19
-
-
Save JorgeCastilloPrz/5b28a88b9cf22446e93addb93f36a3b4 to your computer and use it in GitHub Desktop.
Gist for article
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
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