Streams & Lambdas

A stream provides an interface to a sequenced set of values of a specific element type. “Lambda” = “closure” = record storing a function (functionality, method) and its environment (but without a class or method name)
Exercises

Exercises in Steams & Lamndas
Solutions

Solutions for the Exercises on Lamndas & Streams