This tutorial walks through tons of examples. You will learn everything you need to know about lambdas and functional programming in Java 8. I’m the supplier. You’re the consumer (and you will get the joke after the session).
Blog: https://blogs.oracle.com/java/java-8-code-swim
Sample 3: Print function https://youtu.be/zolbIZS4SRQ?t=24m33s
Sample 4: Under the hood https://youtu.be/zolbIZS4SRQ?t=33m41s
Sample 5: Everything Test including functional interfaces – https://youtu.be/zolbIZS4SRQ?t=39m18s
Sample 6: Serializable Test – https://youtu.be/zolbIZS4SRQ?t=46m43s
Sample 7: Method Reference Test – https://youtu.be/zolbIZS4SRQ?t=52m24s
Sample 8: Stream Test – https://youtu.be/zolbIZS4SRQ?t=59m13s
Sample 9: Functional Test – https://youtu.be/zolbIZS4SRQ?t=1h6m31s
Sample 10: Parallel Test – https://youtu.be/zolbIZS4SRQ?t=1h11m19s
Sample 11: Optional Test – https://youtu.be/zolbIZS4SRQ?t=1h16m34s
Sample: Nashorn Test – https://youtu.be/zolbIZS4SRQ?t=1h24m4s
source
Learnt something about Java 8. But learnt a lot about the presentation skills. Like the way you handled the audience. You got a great personality.
Source code:
https://github.com/henri-tremblay/java8conf
The art of making simple things look very complicated! Knuth should add another tome for this behavior.
This guy needs to take a course on doing presentations
Very interesting
The audio volume is low. I wish there was at least subtitles for it so I can hear what he's saying.
i need book java 8
I hope there is an explanation in Arabic so that the product spreads and is understood by Arabs
very bad teacher
interesting topics bad represenatation
try () was introduced in java 7
IntelliJ as usual.
1:21:39 "I won't talk about Nashorn because you won't use it"
-Challenge accepted.
What package is TypeWitness01 in? Or is it made by the presenter?
cool
Where the code of the samples in the session