CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
java-stream
09-15
OS
Is there a way to apply a function with multiple parameters to a stream?
09-15
Software engineering
Java-Stream - How Collecor groupingBy() to split a Map into multiple Submaps
09-14
Software design
How to sum multiple fields of a list of objects using stream in java
09-13
Software design
Obtain a Value mapped to the Key that matches the Predicate from a List of Map using Streams
09-11
Net
Map<String, List<? extends Object>> filtering issue with Stream API
09-11
Blockchain
Java-Stream & Optional - Find a value that matches to a stream-element or provide a Default value
09-11
OS
Obtain the Maximum Value which can be produced by a Function from a Stream Element and the Element i
09-10
Net
Java Stream - Type Inference issue inside a Collector
09-10
Software design
Java stream map-if-or-else with predicate and alternative value
09-10
Software design
Java stream again over a collection which was collected using Stream Collector of
09-10
Software design
How to get maximum value from stream after computation
09-09
front end
How to filter data using stream API
09-07
front end
Obtain the Elements of a Collection having the identical subset of Properties using Stream API
09-06
Blockchain
Obtain from a List custom Objects of a List of distinct String values of Two String fields of these
09-06
database
Create a List of Employee having particular age and increase their salary using Streams in Java 8
09-06
Software engineering
Java stream on specific fields in a custom class object
09-05
database
Java sort one list based on another list
09-04
OS
How to replace iter loops by stream
09-02
Mobile
Left and Right identity of a BiFunction?
08-31
OS
use java stream to find count of each character in a string
08-31
other
Creating a Map<U, List<T>> from a List<T> where each T contains a List<U> us
08-31
other
To use streams to find keys in a list with max occurance
08-30
OS
Create a Map of Optionals in Java using Streams
08-28
Mobile
java11 stream split n of list chunk as arguments
08-28
Net
Java - Stream API: applying reduce() operation to find the Minimum value that meets the requirements
08-28
Software engineering
Java - Stream API: custom reduce function to find a minimum
08-27
OS
How to print individual elements of an "int[]" using a Stream in Java?
08-27
Net
How to delete duplicate files in folder using java stream?
08-25
database
Extracting a key/value pair from json using streams
08-22
Back-end
Java-Streams - Transforming an Array in such a way so that each Element depends on value of the prev
08-22
Software design
How to map values in a List<Integer> to elements in a List<String> using Stream Api with
08-21
Mobile
Counting AND printing values in Java stream
08-20
database
How could I make a stream pipeline more variable in Java?
08-20
database
Collectors mapping() reducing() - folding stream element having One-To-Many relationship with Java
08-19
Back-end
Java Streams - check if list is null
08-18
Mobile
Filter List to get specific object or else return default
08-18
other
Java Generics: Stream.map() returns "capture of ?" instead of "?"
08-18
Software design
Reconciliation between two List of type List<Map<String, Object>>
08-17
database
How to add each element in of two list using stream api in java
08-16
Back-end
printing the data of list in the order using stream in java
441
1
2
3
4
5
6
7
8
9
10
Next
Last
Links:
CodePudding