New posts in java-stream

Can Java 8 Streams operate on an item in a collection, and then remove it?

Stream Way to get index of first element matching boolean

Does Stream.forEach respect the encounter order of sequential streams?

Is mapToDouble() really necessary for summing a List<Double> with Java 8 streams?

Cleanest way to create a Guava Multimap from a Java 8 stream

Stream.skip behavior with unordered terminal operation

Java 8 stream map on entry set

takeWhile() working differently with flatmap

How to split a String into a Stream of Strings?

How to convert an Optional<T> into a Stream<T>?

Java 8 Collectors.toMap SortedMap

How to concatenate a string with the new 1.8 stream API [duplicate]

Most efficient way to get the last element of a stream

How do I create an empty Stream in Java?

List of unique objects containing unique sub-objects

Is there any way to reuse a Stream? [duplicate]

Java 8 is not maintaining the order while grouping

Create list of object from another using Java 8 Streams

How do I turn a Java Enumeration into a Stream?

How can I collect a Java 8 stream into a Guava ImmutableCollection?