In my last post on Functional Java: Streams, I left this challenge (slight edit for improved wording):
You are given a finite input stream that you need to parse and return a collections of Foo objects. If you see a line of all equal signs, you’re to…