Skip to content

Instantly share code, notes, and snippets.

@h-hub
Last active September 17, 2023 09:07
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 h-hub/3102c2097f553c80f97ee4f33eadfbb1 to your computer and use it in GitHub Desktop.
Save h-hub/3102c2097f553c80f97ee4f33eadfbb1 to your computer and use it in GitHub Desktop.
Arrays.stream(new int[]{1,2,3,4}).anyMatch(num -> num == 3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment