Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-8

Comparing instances of java.time.ZonedDateTime ignoring seconds and milliseconds instants from comparisons in Java 8

java java-8 java-time

Stream of integers

java-8

Do Java 8 streams produce slower code than plain imperative loops?

Getting the result of a Lambda in java

Logging in Java 8 Optional

java java-8 optional

Java 8 sum and total not found

java lambda java-8

How to get minimum and maximum value from List of Objects using Java 8

java list java-8 java-stream

Limits of static method references in Java 8

Stream a collection and collect into multiple results depending on independent predicates

Convert a List<String> to a Set with Java 8

java java-8

Java 8 BufferedReader lines() method prints different count number

Optional.ifAbsentThrow()?

java-8 optional java-stream

Java 8 Stream "collect and group by" objects that map to multiple keys [duplicate]

Unknown Property in a return type

Getting the elements from a list of lists with the Java Stream API in Kotlin

list java-8 kotlin java-stream

Can BiFunction references be passed to methods expecting a functional interface?

java java-8 lambda bifunctor

How to check if is null and if has a specific value using Optional in java?

Java streams limit the collection elements based on condition

java java-8 java-stream

How to refactor a lambda expression to a method reference?

Find max on BigDecimal list using java 8

java java-8 java-stream