Many conferences and hands-on lab sessions at JavaOne 2013 today feature lambda expressions, such as the following:
Programming with Lambda Expressions in Java presented by Venkat Subramaniam, President, Agile Developer, Inc.- Java 8 Streams: Lambda in Top Gear presented by Paul Sandoz, Software Engineer, Oracle and
Brian Goetz, Java Language Architect, Oracle.
Java 8 Collections and Concurrency presented by Mike Duigou, Principal Member of Technical Staff, Oracle and
Chris Hegarty, Principal Software Engineer, Oracle- Retro Gaming with Lambdas presented by Alexander Belokrylov, Program and Community manager, Oracle
- Lambda Programming Laboratory presented by Stuart Marks, Principal Member of Technical Staff, Oracle;
Angela Caicedo, Java Evangelist, Oracle;
Simon Ritter; Technology Evangelist, Oracle; and
Maurice Naftalin, Director - Navigating the Streams API presented by
Maurice Naftalin, Director
For more information about lambda expressions, see the following sections in the Java Tutorials:
Preview the Streams API in the java.util.stream
package in the JDK 8 Early Access documentation.