StackOverflow Questions for Tag: java-stream

Ankur Singh
Ankur Singh

Reputation: 335

How to find pairs of elements from two lists or arrays (cartesian product) using streams

Score: 22

Views: 8573

Answers: 7

Read More
Pete
Pete

Reputation: 3264

How to use Java 8 streams to find all values preceding a larger value?

Score: 39

Views: 64200

Answers: 8

Read More
Yona Appletree
Yona Appletree

Reputation: 9142

Using Java 8's Optional with Stream::flatMap

Score: 318

Views: 282378

Answers: 13

Read More
Daniel K.
Daniel K.

Reputation: 5917

Retrieving a List from a java.util.stream.Stream in Java 8

Score: 509

Views: 473393

Answers: 15

Read More
neoczar
neoczar

Reputation: 1

How to use Stream with Mongo db in spring boot

Score: -1

Views: 6705

Answers: 2

Read More
Sophia
Sophia

Reputation: 81

How to check if sub values of a mapped results are the same in Java stream?

Score: 0

Views: 132

Answers: 2

Read More
afx
afx

Reputation: 13

Group by multiple fields in Java 8

Score: 1

Views: 3322

Answers: 2

Read More
User27
User27

Reputation: 551

Is there a clean (and null safe) way to multiply the values of a map in Java?

Score: 49

Views: 9230

Answers: 13

Read More
Jesse Shieh
Jesse Shieh

Reputation: 4850

Java 8 Stream API to denormalize Map<A, Set<B>> to Map<B, A> without a Pair

Score: 2

Views: 513

Answers: 2

Read More
Vivek Goel
Vivek Goel

Reputation: 24160

Convert Map<String,List<String>> to List<Pair<String,String>> using the Stream API

Score: 5

Views: 2998

Answers: 1

Read More
user3768533
user3768533

Reputation: 1357

How to use if-else logic in Java 8 stream forEach

Score: 79

Views: 313642

Answers: 5

Read More
user4464654
user4464654

Reputation:

Java 8 lambdas, Function.identity() or t->t

Score: 384

Views: 264587

Answers: 4

Read More
necromancer
necromancer

Reputation: 24651

Does Java SE 8 have Pairs or Tuples?

Score: 228

Views: 299260

Answers: 12

Read More
Georgi Michev
Georgi Michev

Reputation: 894

Sort list comparing only the first string from list of objects inside the initial list

Score: 0

Views: 34

Answers: 1

Read More

How to calculate differences in a list of integers using lambda expressions

Score: 11

Views: 8323

Answers: 7

Read More
unheroic-sam
unheroic-sam

Reputation: 7

Print out int[][] array using streams

Score: -1

Views: 110

Answers: 1

Read More
barun sobti
barun sobti

Reputation: 29

Compare two records with the same ID in two different types of lists in Java

Score: 0

Views: 1067

Answers: 4

Read More
stack overflow
stack overflow

Reputation: 71

How can a close() method invoked from Stream point to the implementation of the close() method in the AbstractPipeline abstract class?

Score: 6

Views: 140

Answers: 1

Read More
Khaled Alhayek
Khaled Alhayek

Reputation: 583

Update list of object from another list keeping the order using lambda expressions in Java 8

Score: -1

Views: 5988

Answers: 2

Read More
Deepak Kumar
Deepak Kumar

Reputation: 1304

How to group list of data based on one field

Score: 2

Views: 2838

Answers: 1

Read More
PreviousPage 2Next