Skip to content

Instantly share code, notes, and snippets.

@DenisBronx
Created May 19, 2020 07:55
Show Gist options
  • Save DenisBronx/edda2324571a6bb34d14d3debc2499d1 to your computer and use it in GitHub Desktop.
Save DenisBronx/edda2324571a6bb34d14d3debc2499d1 to your computer and use it in GitHub Desktop.
interface GetTransactionsUseCase {
operator fun invoke(): Single<SimpleResult<List<Transaction>>>
}
@marazmarci
Copy link

btw great article, thanks! 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment