Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in java-stream
Sorting values of an arraylist objects and printing multiple of them in one lambda
Jun 07, 2026
java
sorting
arraylist
lambda
java-stream
How to split a string into a map, grouping values by duplicate keys using streams?
Jun 07, 2026
java
string
java-8
java-stream
key-value
java streams: elegant way to filter according an exception is thrown
Jun 06, 2026
java
java-8
exception
java-stream
Reverse words in a string using lambda expressions
Jun 06, 2026
java
string
lambda
java-8
java-stream
Generate Set of Integers through HashSet using Java Streams
Jun 06, 2026
java
collections
java-8
java-stream
How to count the number of elements Stream has processed?
Jun 05, 2026
java
json
java-8
java-stream
Implementing a reduction operation for finding the maximum difference of numbers?
Jun 03, 2026
java
java-stream
reduce
reduction
Filtering a Page
Jun 04, 2026
java
java-8
java-stream
How to put .min() or .max() as method parameter for a stream?
Jun 04, 2026
java
java-8
java-stream
max
min
findFirst() on SortedSet.stream()
Jun 04, 2026
java
java-8
java-stream
Null check to an list before apply java steam to it
Jun 03, 2026
java
java-8
java-stream
convert TreeMap<String,Object> to List<HashMap<String,Object>>
Jun 03, 2026
list
collections
java-8
hashmap
java-stream
Why does my file have race conditions, even though I used StandardOpenOption.SYNC?
Jun 01, 2026
java
parallel-processing
synchronization
java-stream
collectors
Apply stream to filter out all elements satisfying the condition except one
Jun 01, 2026
java
java-8
java-stream
Comparing 2 collections and modifying elements with Java Stream API
Jun 01, 2026
java
java-stream
How to sort with condition in JAVA8 lambda
May 31, 2026
java
lambda
java-8
java-stream
When to use Gatherers.fold over Stream.reduce?
May 27, 2026
java
java-stream
java-22
modify the list of object one of the property if found more then 1 record in a group in the list using java 8
May 27, 2026
java
java-stream
collectors
Parallel stream processing vs Thread pool processing Vs Sequential processing
May 26, 2026
java
multithreading
java-8
java-stream
Which pitfalls are there when using `IntStream.generate` with a stateful `IntSupplier`?
May 27, 2026
java
java-stream
Older Entries »