Affichage des articles dont le libellé est method references. Afficher tous les articles
Affichage des articles dont le libellé est method references. Afficher tous les articles

lundi 16 septembre 2013

Lambda and JavaFX 8.0

Updating my Mac with:
Now, let's try to play with Lambda …  and JavaFX 8.0

My first try is a classical replace of the ActionEvent of a button by a Lambda and a less classical call of an existing method by using method references.
And my second try is to rewrite Duke Anim with Lambda.