Community

Refactoring to Eclipse Collections: Making Your Java Streams Leaner, Meaner, and Cleaner

(Kristen O’Leary and Vladimir Zakharov) Java Streams, introduced in Java 8, are great – they allow you to take full advantage of lambda expressions to replace repetitive code with methods capturing common iteration patterns, resulting in more functional code.