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
Understanding order of elements in stream generated from HashSet
Mar 15, 2022
java
java-8
java-stream
hashset
Parallel stream doesn't set Thread.contextClassLoader after tomcat upgrade
Aug 30, 2022
java
java-stream
tomcat8
forkjoinpool
contextclassloader
Comparator in collector in stream causes issues with type inference?
Jan 31, 2022
java
generics
java-stream
language-lawyer
type-inference
Why does .forEach(val -> list.add()) compile whereas .forEach(val -> true) doesn't? [duplicate]
May 02, 2022
java
java-8
compiler-errors
java-stream
How to define custom sorted comparator in java 8 Stream to compare on the key and the value
Apr 28, 2022
java
lambda
java-8
java-stream
comparator
Handle one element in a stream without closing it [duplicate]
Aug 26, 2022
java
functional-programming
java-8
java-stream
Get last not null element of list by using Java 8
Mar 31, 2022
java
lambda
java-8
java-stream
From List<Foo> to Map<String, List<Foo>>: looking for a better implementation
Mar 06, 2022
java
java-8
guava
java-stream
lambdaj
Partition java streams in categories [duplicate]
Oct 18, 2022
java
java-8
java-stream
Count elements from Stream but consider only N for collecting
May 19, 2022
java
lambda
java-stream
Apply reduction only if certain condition is met
Jul 17, 2022
java
java-8
java-stream
reduce
Good way to filter list distincted by property and ordered by date
Mar 16, 2022
java
arrays
java-8
java-stream
How do I create two different compliementary lists using same input
Apr 28, 2022
java
java-stream
Add callback function to Java stream
Aug 22, 2022
java
java-8
java-stream
Collect results of a map operation in a Map using Collectors.toMap or groupingBy
Nov 09, 2022
java
lambda
java-8
java-stream
collectors
Why is CompletableFuture join/get faster in separate streams than using one stream
Nov 17, 2022
java
java-8
java-stream
completable-future
How can I make an IntStream from a byte array?
Nov 02, 2022
lambda
java-8
java-stream
Java8 stream.reduce() with 3 parameters - getting transparency
Nov 10, 2022
java
java-8
reduce
java-stream
accumulate
Java 8 Sum two object properties in one iteration
Mar 01, 2021
java
lambda
foreach
java-8
java-stream
Stream over a List of Map and collect specific key
May 28, 2022
java
java-8
java-stream
« Newer Entries
Older Entries »