Created
May 15, 2017 14:50
-
-
Save julianfalcionelli/3eafd2e2f402b6ae2424d0ee09508873 to your computer and use it in GitHub Desktop.
--> Lambda Operator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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