Skip to content

Instantly share code, notes, and snippets.

@agustarc
Created February 5, 2017 09:03
Show Gist options
  • Save agustarc/6410aed7853cc4a7ade87aa6e7b050b4 to your computer and use it in GitHub Desktop.
Save agustarc/6410aed7853cc4a7ade87aa6e7b050b4 to your computer and use it in GitHub Desktop.
Stream.of(products).filter(p -> p.getId() == productId).findFirst();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment