Skip to content

Instantly share code, notes, and snippets.

@julianfalcionelli
Created May 15, 2017 14:50
Show Gist options
  • Save julianfalcionelli/3eafd2e2f402b6ae2424d0ee09508873 to your computer and use it in GitHub Desktop.
Save julianfalcionelli/3eafd2e2f402b6ae2424d0ee09508873 to your computer and use it in GitHub Desktop.
--> Lambda Operator
reduce((int left, int right) -> Math.max(left, right));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment