Skip to content

Instantly share code, notes, and snippets.

@zsoltk
Created July 10, 2019 21:14
Show Gist options
  • Save zsoltk/45c73d5bc9fad393541112bd758c8679 to your computer and use it in GitHub Desktop.
Save zsoltk/45c73d5bc9fad393541112bd758c8679 to your computer and use it in GitHub Desktop.
interface GenericBlackBoxComponent : Consumer<Input>, ObservableSource<Output> {
sealed class Input
sealed class Output
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment