Package modernfeatures.streams.collectors


package modernfeatures.streams.collectors
  • Classes
    Class
    Description
    Demonstrates advanced usage of Collectors in Java Streams, particularly how to use groupingBy combined with mapping to transform values inside grouped collections.
    Demonstrates basic usage of Collectors in Java Streams.