-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Description
On lambdas and streams chapter there is this exercise:

The problem here is that variable words refer to a stream of lines so the program is processing lines not words. I present a solution using flatMap on words where the line is splitted with a regex(I assumed the words are separated in the file with space, comma, tab, point, dash).

Metadata
Metadata
Assignees
Labels
No labels