Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neomatrix369/lambdaexamples
LambdaExamples - a collection of examples and resources to learning about Lambdas in Java 8
https://github.com/neomatrix369/lambdaexamples
Last synced: 21 days ago
JSON representation
LambdaExamples - a collection of examples and resources to learning about Lambdas in Java 8
- Host: GitHub
- URL: https://github.com/neomatrix369/lambdaexamples
- Owner: neomatrix369
- License: cc0-1.0
- Created: 2015-05-01T09:33:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T16:22:22.000Z (almost 9 years ago)
- Last Synced: 2024-10-04T15:34:50.515Z (about 1 month ago)
- Language: Java
- Size: 9.77 KB
- Stars: 15
- Watchers: 7
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LambdaExamples
==============LambdaExamples - based on a few presentations and also inspired by Lambda tutorials, its a collection of examples and resources on learning about Lambdas in Java 8.
Resources
---------
- [Adopt OpenJDK Lambda tutorial](https://github.com/AdoptOpenJDK/lambda-tutorial) - @ljcjug member Graham Allan, @Grundlefleck
- [Nighthacking](https://github.com/NightHacking/LambdasHacking) - Stephen Chin, Oracle - @steveonjava
- [Maurice Naftalin's Lambda FAQ](http://www.lambdafaq.org/)
- [Java 8 Lambdas in the Stream - video](http://parleys.com/play/535fbe6ee4b03397a8eee8ea/chapter0/about)
- [The Road to Lamdas - video](http://parleys.com/play/5250e2fbe4b0c4f11ec57682/about)
- [Java 8 and beyond keynote - video](http://parleys.com/play/52ada612e4b0cc758a757a77/chapter68/about)
- [Java 8 Lambda and Streams](http://www.infoq.com/presentations/lambda-streams-java-8) - Simom Ritters, Oracle - @speakjava
- [Simplifying Java using Lambdas] (http://t.co/eA6yVESukw) - Richard Warburton, @RichardWarburto
- [Get a Taste of Lambdas and Get Addicted to Streams](https://www.youtube.com/watch?v=1OpAgZvYXLQ) - Venkat Subramaniam, @venkat_s