Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

java 8 lambdas

Name: Anonymous 2012-09-21 18:05


List<String> names = Arrays.asList("Alice", "Bob", "Charlie", "Dave");
names
   .filter(e -> e.length() >= 4)
   .forEach(e -> { System.out.println(e); });



why aren't you part of the master race yet?

Name: Anonymous 2012-09-21 19:31

>>14
Lisp had λambdas 53 years ago, but who cares? Java is ENTERPRISE.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List