Skip to content

Instantly share code, notes, and snippets.

@2013techsmarts
Created June 7, 2020 15:22
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 2013techsmarts/5dfb8551ff7e8f1ae771bb5f7ae51631 to your computer and use it in GitHub Desktop.
Save 2013techsmarts/5dfb8551ff7e8f1ae771bb5f7ae51631 to your computer and use it in GitHub Desktop.
public interface Processor<T, R> extends Subscriber<T>, Publisher<R> {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment