Skip to content

Instantly share code, notes, and snippets.

@chao2zhang
Created October 27, 2019 19:55
Show Gist options
  • Save chao2zhang/46fd948891b7428a7282e703669fbe21 to your computer and use it in GitHub Desktop.
Save chao2zhang/46fd948891b7428a7282e703669fbe21 to your computer and use it in GitHub Desktop.
JavaSam.java
@FunctionalInterface
public interface JavaSam {
boolean apply(@NotNull Integer id);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment