Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 604 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 604 Bytes

Writing a Utility Class for Collections in Java 8

This repository is an implementation of a simple utility class that handles basic collection conversions and manipulations in a practical way by the help of Java 8 Stream API.

Feel free to check usage samples on UtilsForCollectionsTest.java

You can read the full article on yavuztas.dev