These are the files shown during the presentation of Java 8 Project Lambda in November 21, 2013. You can use it the way you want. We'd be appreciated if you send us a pull-request when you find a bug.
21 Kasim 2013 gunu grubumuz bunyesinde verilen Java 8 Lambda Projesi presentasyonuna ait dosyalardir. Dilediginiz gibi kullanabilirsiniz. Eger bug/fix bulursaniz lisans geregi pull-request gondermenizi rica ediyoruz.
- What is Project Lambda and why now?
- Basic Lambdas
- Type Inferencing, Implied Return Values, Effective Final Vars
- Functional Interfaces & SAMs
- Method Refs
- Predicates, Functions, BiFunctions, Consumers, Suppliers, BinaryOperators
- Variable Scopes, Default Methods, etc..
- What is this Streams
- forEach, map, filter, etc..
- Lazy Evaluation, Matchers
- Reduce, Collects
- Parallel Streams
- Infinite Streams