Skip to content

Instantly share code, notes, and snippets.

@deividasstr
Last active September 25, 2018 13:52
Show Gist options
  • Save deividasstr/cda291d7778314e78458fb6cb2851c24 to your computer and use it in GitHub Desktop.
Save deividasstr/cda291d7778314e78458fb6cb2851c24 to your computer and use it in GitHub Desktop.
CompletableUseCaseWithParameter
interface CompletableUseCaseWithParameter<P> {
fun execute(parameter: P): Completable
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment