Skip to content

Instantly share code, notes, and snippets.

@zsoltk
Created October 9, 2018 22:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zsoltk/32925893307fd9a61ba623f894b69f6c to your computer and use it in GitHub Desktop.
Save zsoltk/32925893307fd9a61ba623f894b69f6c to your computer and use it in GitHub Desktop.
val output: ObservableSource<A> = TODO()
val input: Consumer<B> = TODO()
val transformer: (A) -> B = TODO()
binder.bind(output to input using transformer)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment