Skip to content

Instantly share code, notes, and snippets.

@aleksandarzekovic
Created September 15, 2022 20:33
Show Gist options
  • Select an option

  • Save aleksandarzekovic/2d6d52407748d836ec8924bfec2afae5 to your computer and use it in GitHub Desktop.

Select an option

Save aleksandarzekovic/2d6d52407748d836ec8924bfec2afae5 to your computer and use it in GitHub Desktop.
@FunctionalInterface
public interface Runnable {
void run();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment