Skip to content

Instantly share code, notes, and snippets.

@theboreddev
Created July 1, 2020 06:21
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 theboreddev/b930baa3c5c599e8680c522642ec1f60 to your computer and use it in GitHub Desktop.
Save theboreddev/b930baa3c5c599e8680c522642ec1f60 to your computer and use it in GitHub Desktop.
interface interface
public interface Processor {
Integer process(List<Integer> input) throws InterruptedException;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment