New posts in java-stream

Fetch first element of stream matching the criteria

How can I get a List from some class properties with Java 8 Stream?

Adding two Java 8 streams, or an extra element to a stream

In Java 8 how do I transform a Map<K,V> to another Map<K,V> using a lambda?

Can you split a stream into two streams?

In Java, what are the advantages of streams over loops? [closed]

Should I return a Collection or a Stream?

Collection to stream to a new collection

Why is a combiner needed for reduce method that converts type in java 8

Is it possible to cast a Stream in Java 8?

How to add elements of a Java8 stream into an existing List

Java 8 stream reverse order

What Java 8 Stream.collect equivalents are available in the standard Kotlin library?

Adding up BigDecimals using Streams

Java 8: performance of Streams vs Collections

Does Java SE 8 have Pairs or Tuples?

Java 8 Stream and operation on arrays

Java 8: How do I work with exception throwing methods in streams?

Copy a stream to avoid "stream has already been operated upon or closed"

Word frequency count Java 8