Java 8 Streams Cheat Sheet
Java 8 Streams Cheat Sheet
Compute the sum of ages of all female authors younger than 25.
library.stream()
Intermediate operations .map(Book::getAuthor)
distinct
reduce concrete type to cumulate elements