Here’s the slide presentation I gave at the Silicon Valley JavaFX Users Group this evening, June 4th 2014:
Java 8 Lambda and Streams Overview Slides (PDF)
This is an approximately one-hour talk that covers lambdas, default methods, method references, and the streams API. It necessarily leaves out a lot of details, but it serves as a reasonably brief overview to the new features we’ve added in Java 8. (This is the same presentation I gave at the Japan JUG a couple weeks ago.)
The Meetup page for the SVJUGFX event is here:
The video replay isn’t available as of this writing, but I imagine that a link will be placed there once the replay is available.
Finally, the source code for the “Bug Dates” charting application I showed in the talk is here:
Bug Dates demo (github)
Leave a Reply