diff --git a/lambda/lambda.md b/lambda/lambda.md index 1f17d186..d709feda 100644 --- a/lambda/lambda.md +++ b/lambda/lambda.md @@ -20,6 +20,10 @@ public interface TodoReplaceName { } // TodoReplaceName ``` +### Interactive example +[Cube composer](https://david-peter.de/cube-composer/) is a game inspired by functional programming. It will explain how functions such as map and filter are used with lambda expressions. + + ## Layout of a Lambda ## Method References