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
Lambda expression and Optional how to return String value
Apr 13, 2022
java
lambda
collections
java-8
java-stream
Private Sorting Rule in a Stream Java
Jun 03, 2022
java
sorting
java-8
java-stream
collect
Collecting Lists in Java 8
Nov 18, 2022
java
java-8
functional-programming
java-stream
Copy List elements N times using Stream API
Nov 27, 2019
java
list
java-stream
Appending to a list within a stream to a map
Aug 31, 2022
java
list
dictionary
java-stream
How in the java stream when executing the .max() method do increment value
Jul 18, 2022
java
java-8
java-stream
Java 8 : functional way to write sort, filter and count at same time
Jun 12, 2022
java
java-8
functional-programming
java-stream
Trying to understand the complete meaning of a below statement Stream.of(bufferedReader.readLine().replaceAll("\\s$", "")
Sep 11, 2022
java
java-stream
Java 8 streams: Shorthand for myList.stream().map(Foo::bar).collect(Collectors.toList())
Jul 05, 2022
java
generics
java-8
java-stream
collectors
Java 8 mapping of list stream
Jun 30, 2018
java
java-8
java-stream
collectors
How to write it using streams? Java 8
Sep 15, 2022
java
foreach
filter
java-8
java-stream
How to sort an ArrayList with object using stream().sorted()
Jun 16, 2022
java
arraylist
double
java-stream
sorted
grouping words by first character
Apr 29, 2022
java
java-8
java-stream
How to transform a Map to a SortedMap by lambda expression in JAVA8?
Oct 24, 2022
java
java-8
java-stream
How to map more than 1-1 record in java stream?
Apr 24, 2022
java
java-8
java-stream
Using Stream to instantiate new objects
Sep 11, 2022
java
java-8
java-stream
Using lambda expressions for summing up member variables?
Oct 08, 2022
java
multithreading
lambda
java-8
java-stream
What is the best way of filtering by multiple fields in java
Aug 24, 2022
java
java-8
java-stream
handle exceptions in stream java 8
Nov 15, 2022
java
list
exception
java-8
java-stream
Is there any advantage to use stream().sorted() over Collection.sort()?
Jun 25, 2022
java
sorting
collections
java-stream
« Newer Entries
Older Entries »