From 911a3505b2d648dd92eddd404a5a97a1b3a8a577 Mon Sep 17 00:00:00 2001 From: Ilkka Seppala Date: Sun, 29 Mar 2015 22:03:07 +0300 Subject: [PATCH] Added book reference. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bad1ec15e..325f42b27 100644 --- a/README.md +++ b/README.md @@ -475,6 +475,7 @@ The difference is the intent of the patterns. While Proxy controls access to the * [Let’s Modify the Objects-First Approach into Design-Patterns-First](http://edu.pecinovsky.cz/papers/2006_ITiCSE_Design_Patterns_First.pdf) * [Pattern Languages of Program Design](http://www.amazon.com/Pattern-Languages-Program-Design-Coplien/dp/0201607344/ref=sr_1_1) * [Martin Fowler - Event Aggregator](http://martinfowler.com/eaaDev/EventAggregator.html) +* [Functional Programming in Java: Harnessing the Power of Java 8 Lambda Expressions](http://www.amazon.com/Functional-Programming-Java-Harnessing-Expressions/dp/1937785467/ref=sr_1_1)