Package modernfeatures.streams
package modernfeatures.streams
-
ClassesClassDescriptionDemonstrates advanced sorting techniques with Java Streams and Comparators.Demonstrates the basics of Java Streams, including usage of Predicate, Function, and Consumer for filter, map, and forEach operations, respectively.Demonstrates the use of Java 8 Streams and functional interfaces to process a list of names.Demonstrates the use of Java 8 Streams to filter, transform, sort, and collect results into a List.Demonstrates counting, finding, and matching operations with Java 8 Streams.Demonstrates the use of distinct, limit, and skip operations with Java Streams.Demonstrates the use of parallel streams in Java.