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
Duplicate key (attempted merging values x and x)
Sep 04, 2025
java
java-stream
How to flatten map values using java streams
Sep 05, 2025
java
lambda
java-8
java-stream
Java 8 functional: How to compute a list of dependent evolutions of an object?
Mar 22, 2023
java
functional-programming
java-8
java-stream
java8 Collectors.toMap() limitation?
Mar 20, 2023
java
java-8
java-stream
Composing streams with flatmap in Java 8
Mar 20, 2023
java
java-8
java-stream
flatmap
Creating an ImmutableMap<P,ImmutableMultimap<C,V>> stream Collector
Mar 19, 2023
java
lambda
java-8
guava
java-stream
how to keep the unfiltered data in the collection in Java 8 Streaming API?
Mar 18, 2023
java-8
java-stream
Java 8 stream agregate generic list to map
Mar 18, 2023
java
java-8
java-stream
Will a Java 8 Stream.forEach( x -> {} ); do anything?
Mar 17, 2023
java-8
java-stream
How to use stream to do one thing on elements not-in-index-range and another on yes-in-range?
Mar 17, 2023
java
java-8
java-stream
Parallel Streams concept
Mar 16, 2023
java
concurrency
java-8
java-stream
Convert Map<A, B> to List< Pair<A,B> > - is this the most efficient where A, B are classes?
Sep 04, 2025
java
java-8
java-stream
Is there a way to delay the execution of the completable future?
Sep 04, 2025
java
asynchronous
java-stream
completable-future
How to save order of the stream in map
Sep 02, 2025
java
java-stream
Java 17's parallelStream() causes critical performance issues with code that runs fine in Java 16. Why?
Sep 03, 2025
java
java-stream
jetty
java-17
Java parallel stream forEach completion
Sep 02, 2025
java
multithreading
java-stream
Creating objects with parameters in Java 8 Stream
Sep 01, 2025
java
collections
parameters
java-8
java-stream
Mocking with different responses for consecutive calls
Sep 03, 2025
mockito
testng
java-stream
Java streams map with sideeffect and collect or foreach and populate a result-list
Sep 02, 2025
java
foreach
java-8
java-stream
map-function
Ensure that a Stream is closed after converting to Sequence (or: why do "use" and "finally" not work in a sequence)
Sep 01, 2025
kotlin
java-stream
kotlin-java-interop
Older Entries »