Skip to content

Instantly share code, notes, and snippets.

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