Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-8

How to find maximum value from a Integer using stream in Java 8?

java-8 java-stream

Java 8 Stream with batch processing

Horrendous performance & large heap footprint of Java 8 constructor reference?

Why in Java 8 split sometimes removes empty strings at start of result array?

java regex split java-8

Collect successive pairs from a stream

java java-8 java-stream

java.util.Objects.isNull vs object == null

java java-8 compare

Group by multiple field names in java 8

java java-8

Java ternary operator vs if/else in <JDK8 compatibility

Lambda expression to convert array/List of String to array/List of Integers

Return from lambda forEach() in java

How to convert LocalDate to SQL Date Java?

Lambda Expression and generic defined only in method

java generics lambda java-8

Transform Java Future into a CompletableFuture

java java-8 future

'Optional.get()' without 'isPresent()' check

Java 8 default methods as traits : safe?

What are "sugar", "desugar" terms in context of Java 8?

java semantics java-8

What does lambda with 2 arrows mean in Java 8?

java lambda java-8 currying

Java8 Lambdas vs Anonymous classes

Why java.util.Optional is not Serializable, how to serialize the object with such fields

Do lambda expressions have any use other than saving lines of code?

java lambda java-8