Skip to content

Instantly share code, notes, and snippets.

@arkivanov
Created May 10, 2019 15:55
Show Gist options
  • Save arkivanov/c06a08859528dea3c5ddb1e9e85cdca4 to your computer and use it in GitHub Desktop.
Save arkivanov/c06a08859528dea3c5ddb1e9e85cdca4 to your computer and use it in GitHub Desktop.
Kotlin producer interface
interface Observable<out T> {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment