February 2014
Intermediate to advanced
160 pages
4h 59m
English
| | friends.stream() |
| | .reduce((name1, name2) -> |
| | name1.length() >= name2.length() ? name1 : name2); |
The parentheses () around the parameter list are required if the lambda expression takes multiple parameters or no parameters.