Lambda Expressions and Streams These exercises will help you practice the use of lambda expressions and streams. Please read the instructions for each exercise carefully. Your solutions will be automatically evaluated via the unit tests defined in src/test/java. Exercise 1: Simple pipelines Exercise 2: Sequence generator Exercise 3: Life after streams Exercise 4: Messy streams