Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Introduction to Functional Programming Meet Streams Mapping Player's Names

Over 100,000 points challenge

Hello there,

Does anybody have any idea how to complete this challenge?

See the photo here: https://ibb.co/Brh62mr

Thanks a lot!

1 Answer

Yeah I did, but I see that you have written kinda wrong in return, it should be first.

return scores.streams()
...

I guess that you are having problem with filter? how do you write in λ:Lambda function score to getAmout() above 10000 😉

I saw that you wrote wrong in map, it says you need to get player's name. Please check class Score!

Can you clue it out?