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
How to read a zip stream as fast as possible using threads?
Oct 17, 2025
java
multithreading
zip
java-8
java-stream
How to filter 2 huge list with millions of item in it with same id [duplicate]
Oct 17, 2025
java
list
java-stream
Stream API - How does sorted() operation works if a filter() is placed right after it?
Oct 17, 2025
java
sorting
java-8
java-stream
Set union and intersection using java streams
Oct 16, 2025
java
java-8
set
java-stream
How can I create a stream of <Interface> objects?
Oct 17, 2025
java
interface
java-stream
method in class String cannot be applied to given types when replacing lambda with method reference in JDK 11
Oct 17, 2025
java
lambda
java-stream
method-reference
How to group Objects by property using using collector groupingBy() on top of flatMap() in Java 8
Oct 14, 2025
java
hashmap
java-stream
collectors
groupingby
Detect duplicate by multiple properties of an entity using streams
Oct 14, 2025
java
java-stream
Spring Data JPA Repositories with Java 8 Streams detached object?
Oct 12, 2025
java
spring
hibernate
jpa
java-stream
How to flatMap 2 different fields in one iteration with Java 8 Streams?
Oct 14, 2025
java
functional-programming
java-8
java-stream
Java streams: Optional to stream
Oct 14, 2025
java
java-stream
option-type
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
Older Entries »