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 Collecting 3 NES Scores

Harrison Cassedy
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Harrison Cassedy
Java Web Development Techdegree Graduate 12,031 Points

Collecting 3 NES Scores

Currently trying to have a stream return a list of high scores through a Declarative stream. I can post ll of the code so here is a

link to my github: https://github.com/casse1hb/highscores_Stuck

So my problem is that my stream setup .filter doesnt seem to respond as a correct method. I've imported packages to make this work but it keeps giving me the error: Required :Java.util.List" FOUND: Java.util.stream.Stream <java.lang.string>

Also. I am not sure if my method for collecting the 3 NES scores is set up correctly. I believe I have named the methods to do so appropriately.

Any advice would be highly appreciated and I bet someone on the community will benefit.