Learning objectives
- I can use lambda expressions instead of rewriting a class.
- I can use lambda expressions by referencing my own static and non-static methods.
- I can identify a @FunctionalInterface.
- I can use lambda expressions to manipulate the content of a stream.
- I can use lambda expressions to write bad-weather tests.