Chapter 3
Lambdas and Properties
In this chapter you will learn about the new language feature introduced in Java 8 called lambda expressions, or lambdas, and I will also discuss JavaFX properties and binding APIs. The goal of this chapter is to demonstrate how lambdas and properties will be used in the context of JavaFX GUI applications. Having said this, I will mainly concentrate on the common features that will be used in most of the examples in this book, and will not detail every lambda and properties feature.
To get a better idea of Java’s lambda roadmap, please visit the following article by Brian Goetz, who is Oracle’s Java Language Architect:
http://cr.openjdk.java.net/~briangoetz/lambda/lambda-state-final.html
The term lambda
Get JavaFX 8: Introduction by Example, Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.