Java Stream Issue
I have a problem about writing a java stream by filtering multiple conditions , groupby multiple condition (if possible) and calculating the sum value
I store the values as
Here is my Person class shown below
Here is the list
What I want to do is to get this result.
Here is group dto shown below
Here is my dto shown below.
Here is the code snippet but I cannot complete it.
How can I do that?
I store the values as
Map<String(pId),List<Person>>Here is my Person class shown below
Here is the list
What I want to do is to get this result.
Here is group dto shown below
Here is my dto shown below.
Here is the code snippet but I cannot complete it.
How can I do that?