New posts in java-stream

Java 8 lambdas group list into map

Parallel streams, collectors and thread safety

'Optional.get()' without 'isPresent()' check

Sorting a list with stream.sorted() in Java

In Java 8, is there a ByteStream class?

How do I keep the iteration order of a List when using Collections.toMap() on a stream?

Java 8 Streams FlatMap method example

java.util.stream with ResultSet

How to check if a Java 8 Stream is empty?

Reverse a comparator in Java 8

Group by and sum objects like in SQL with Java lambdas?

Java 8 functional interface with no arguments and no return value

How can I create a stream from an array?

How to get object field for max value in another field in grouped by one more field?

Get last element of Stream/List in a one-liner

Java 8's streams: why parallel stream is slower?

Java Streams: Replacing groupingBy and reducing by toMap

Stream and lazy evaluation

Difference between Java 8 streams and RxJava observables

Java 8 Streams - collect vs reduce