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 do streams internally process data?
Oct 31, 2025
java
java-8
java-stream
Java stream parallel behaviour for allMatch, noneMatch, filter and map
Oct 31, 2025
performance
parallel-processing
java-8
java-stream
behavior
Stream reduction with wildcard types
Oct 31, 2025
java
generics
java-8
java-stream
Java List<Map<String, Long>> sum of group by of map key
Oct 31, 2025
java
lambda
java-8
java-stream
Split Stream of Lines to extract comma seperated data
Oct 31, 2025
java
java-stream
Why does the minBy() Stream method return Optional but others don't (e.g. summingInt, averagingInt)?
Oct 30, 2025
java
java-stream
Collection.toArray(IntFunction<T[]> generator) does not receive the collection size
Oct 30, 2025
java
lambda
collections
java-stream
Java Stream Methods vs foreach
Oct 30, 2025
java
functional-programming
java-stream
Filtering / sorting properties into a map in Java 8
Oct 30, 2025
java
lambda
java-8
java-stream
Adding to existing map with Java stream
Oct 30, 2025
java
java-stream
maps
Splitting comma separated string values when streaming in java 8
Oct 30, 2025
java
split
java-stream
Will using a parallel stream on a single-core processor be slower than using a sequential stream?
Oct 29, 2025
java
multithreading
parallel-processing
java-stream
Concatenating lists using flatMap
Oct 29, 2025
java
java-8
java-stream
How to Convert a Map<String, List<String>> to Map<String, String> in java 8 functional APIs
Oct 29, 2025
java
java-8
java-stream
Kotlin/Java functional and immutable way of collecting a map in a map
Oct 28, 2025
java
functional-programming
java-stream
kotlin
immutability
How do you build an infinite repeating stream from a finite stream in Java 8?
Oct 29, 2025
java
java-stream
Collect/reduce on a stream when no combine function exists
Oct 29, 2025
java
java-stream
Compare two Collections populated with different kinds of objects
Oct 29, 2025
java
performance
collections
java-stream
Replace a part of string in big array with replace method and Java 8
Oct 29, 2025
java-8
java-stream
Python equivalent of java-streams piping
Oct 29, 2025
python
java-stream
pipe
list-comprehension
Older Entries »