Overview This guide aims to be your friendly neighbourhood complete Stream API Collectors reference, additionally covering changes introduced in separate Java releases. All methods feature…
Leave a CommentMonth: July 2019
As many of you know already, Java 9 brought us a set of immutable data structures – this was not a redesign of the Collections…
Leave a CommentIntersection types are one of these relatively unknown and underestimated advanced features of Java generics whose proper usage can increase type-safety of our abstractions (or…
Leave a Comment