Skip to content

Instantly share code, notes, and snippets.

@mantisbayne
Created November 27, 2019 16:00
Show Gist options
  • Save mantisbayne/20a25c3f88a31e307bb9559c68965f13 to your computer and use it in GitHub Desktop.
Save mantisbayne/20a25c3f88a31e307bb9559c68965f13 to your computer and use it in GitHub Desktop.
class ExampleRepository(private val exampleDao: ExampleDao) : IExampleRepository {
override fun getAll(): Observable<List<Example>> = exampleDao.getAll()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment