Skip to content

Instantly share code, notes, and snippets.

@deividasstr
Created September 20, 2018 13:00
Show Gist options
  • Save deividasstr/db34c235bb79ea67900f1560db310ce8 to your computer and use it in GitHub Desktop.
Save deividasstr/db34c235bb79ea67900f1560db310ce8 to your computer and use it in GitHub Desktop.
FactRepo
interface FactRepo {
fun getRandomFact(currentFactId: Long): Single<Fact>
fun downloadAllFactsAndSave(): Completable
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment