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
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
Why the tryAdvance of stream.spliterator() may accumulate items into a buffer?
Aug 12, 2022
java
java-8
java-stream
How to compute Map from stream, to then check property of map values?
Oct 27, 2022
java
java-8
hashmap
java-stream
Stream.sorted() then collect, or collect then List.sort()? [duplicate]
Feb 22, 2022
java
list
sorting
java-stream
collectors
Java 8 List<Foo> to Map<String, Map<String, List<String>>>
May 13, 2022
java
java-8
java-stream
How to create List<T> to Map<String, T> instead of Map<String, List<T>>?
Apr 16, 2022
java
java-8
java-stream
Java Comparator with null fields
Nov 04, 2022
java
sorting
java-8
java-stream
Aggregate List<X> to List<X> with Java 8 Stream API
Oct 15, 2022
java
java-8
java-stream
Java - Repeated function call reduces execution time
Apr 21, 2022
performance
jvm
java-8
java-stream
Convert stream of Strings to stream of Longs
Oct 17, 2022
java
java-8
java-stream
« Newer Entries
Older Entries »