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
Java 8 Stream, add one element to list many time by condition;
Sep 22, 2025
java
java-8
java-stream
Cross product of two collections using the Stream API
Sep 22, 2025
java
java-8
java-stream
cross-product
When to use specialised stream methods over methods in the Collectors class or vice versa?
Sep 22, 2025
java
java-8
java-stream
Java Stream filter nested objects return top level fields
Sep 21, 2025
java
java-stream
How to limit number of parallel executions in ParallelStream?
Sep 22, 2025
java
multithreading
java-stream
Split stream into substreams with N elements
Sep 22, 2025
java
java-8
java-stream
How to sort data in repository into alphabetical order using .stream()
Sep 22, 2025
java
repository
java-stream
Arrays.Stream vs Stream.of
Sep 21, 2025
arrays
java-8
functional-programming
java-stream
Use string replace inside java 8 foreach
Sep 21, 2025
java
for-loop
java-8
java-stream
Getting list of results not contained in same list with Java Streams
Sep 20, 2025
java
java-stream
Java 8 Stream add new object to list from return value
Sep 19, 2025
java
java-8
java-stream
What does it mean intermediate operations are lazily executed whereas terminal operations are eagerly executed in java Stream API?
Sep 19, 2025
java
java-stream
Collectors.reducing method is updating the same identity when used as downstream for Collectors.partitionBy
Sep 17, 2025
java
java-stream
collectors
reduction
How do i check a condition in takeWhile if condition depends on current value and previous value?
Sep 19, 2025
java
java-stream
Unexpected behavior for the reduce() operation for the Set-backed parallel Stream
Sep 18, 2025
java
java-stream
reduce
fold
parallelstream
Java 8: How to stream a list into a list of lists?
Sep 17, 2025
java
java-8
java-stream
Cast the content of optional or streams
Sep 17, 2025
java
casting
java-8
java-stream
option-type
Stream filter by two parameters
Sep 17, 2025
java
java-stream
predicate
How to skip successive elements in a Java stream?
Sep 16, 2025
java
java-8
functional-programming
java-stream
How to create a map from list with java-streams?
Sep 15, 2025
java
java-8
java-stream
Older Entries »