|  | 
| 3 | 3 | Demo app of using Java 8 features with [Retrolambda](https://github.com/orfjackal/retrolambda) and [Lightweight-Stream-API](https://github.com/aNNiMON/Lightweight-Stream-API). | 
| 4 | 4 | 
 | 
| 5 | 5 | Features: | 
| 6 |  | - - [() -> lambda expression](app/src/main/java/com/annimon/java8streamexample/MainActivity.java#L47-L52) | 
|  | 6 | + - [() -> lambda expression](app/src/main/java/com/annimon/java8streamexample/MainActivity.java#L49-L54) | 
| 7 | 7 | 
 | 
| 8 | 8 |  ```java | 
| 9 | 9 |  findViewById(R.id.go).setOnClickListener(v -> { | 
| @@ -33,7 +33,7 @@ Features: | 
| 33 | 33 |  ``` | 
| 34 | 34 | 
 | 
| 35 | 35 | 
 | 
| 36 |  | - - [switch for "string"](app/src/main/java/com/annimon/java8streamexample/MainActivity.java#L83) | 
|  | 36 | + - [switch for "string"](app/src/main/java/com/annimon/java8streamexample/MainActivity.java#L85) | 
| 37 | 37 | 
 | 
| 38 | 38 |  ```java | 
| 39 | 39 |  switch (action) { | 
|  | 
0 commit comments