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
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
How do I convert a List<Entry> to Map where value is a list using streams?
Jun 05, 2022
java
java-stream
Cartesian product of two int arrays using Java 8 streams
Oct 02, 2020
java
integer
java-stream
Using Stream StreamSupplier
Sep 05, 2022
java
arrays
java-8
java-stream
How to get max of dates list with stream, when having nulls in list
Aug 26, 2022
java
list
java-8
java-stream
comparator
does stateful map operation of ordered stream process elements in deterministic way?
Jul 06, 2022
java
java-8
java-stream
Is there way of optimizing below code further using java8?
Aug 11, 2022
java
optimization
collections
java-8
java-stream
How to find unique value of a column of a 2D ArrayList in java?
Aug 29, 2022
java
arraylist
lambda
java-8
java-stream
« Newer Entries
Older Entries »