Skip to content

Instantly share code, notes, and snippets.

@travisdachi
Last active May 16, 2017 06:34
Show Gist options
  • Save travisdachi/82361b8a1febceddee4ed2aff4193d3e to your computer and use it in GitHub Desktop.
Save travisdachi/82361b8a1febceddee4ed2aff4193d3e to your computer and use it in GitHub Desktop.
public interface Predicate<T> {
Boolean check(T element);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment