Skip to content

Instantly share code, notes, and snippets.

@sanogueralorenzo
Created June 16, 2018 12:31
Show Gist options
  • Select an option

  • Save sanogueralorenzo/f9b9e94afcbc67deb75ab229a793490a to your computer and use it in GitHub Desktop.

Select an option

Save sanogueralorenzo/f9b9e94afcbc67deb75ab229a793490a to your computer and use it in GitHub Desktop.
interface PostRepository {
fun get(refresh: Boolean): Single<List<Post>>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment