Skip to main content

Practice ยท 1 of 3

One pipeline, three stages

Using ONE stream pipeline per method (no loops): loudLongNames returns the names longer than 3 characters, uppercased, sorted alphabetically. sumLengths returns the total character count of all words (empty list -> 0).

Difficulty: intermediate

Back to lesson: Practice: Practice: Pipelines at Work