java8 / Java8InAction

MIT License
3.19k stars 2.26k forks source link

The method flatMapping((<no type> dish) -> {}, toSet()) is undefined for the type Grouping #26

Open ghost opened 5 years ago

ghost commented 5 years ago

For Chapter6, I am getting below error:

The method flatMapping((<no type> dish) -> {}, toSet()) is undefined for the type Grouping

image