Skip to content

Instantly share code, notes, and snippets.

@orcchg
Created June 26, 2021 08:11
Show Gist options
  • Select an option

  • Save orcchg/0be3bf755a6f9760182f27a02bda01a0 to your computer and use it in GitHub Desktop.

Select an option

Save orcchg/0be3bf755a6f9760182f27a02bda01a0 to your computer and use it in GitHub Desktop.
interface StockListRepository {
fun stocks(): Single<List<Stock>>
fun stock(ticker: String): Maybe<Stock>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment