Created
April 30, 2019 09:41
-
-
Save hlung/b7446639e85017dfd681ef8d472a0273 to your computer and use it in GitHub Desktop.
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
getPokemonList( | |
success: { data in | |
self.update(data: data) | |
return KotlinUnit() | |
}, failure: { | |
self.handleError($0?.message) | |
return KotlinUnit() | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment