Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-8

Java 8 Applying stream filter based on a condition

java java-8 java-stream

If/else representation with stream and Java 8

java java-8 java-stream

How to autocomplete lambdas in IntelliJ IDEA?

Why can we use 'this' as an instance method parameter?

java parameters java-8 this

Null check vs Optional is present check

What advantage is there to using Spring @Async vs. CompleteableFuture directly?

Referencing non-final variable: why does this code compile?

java java-8 inner-classes

How to average BigDecimals using Streams?

maven-plugin-plugin:descriptor goal fails at the and of file

Java 8 streams and maps worth it?

Java 8 stream Map<K,V> to List<T>

java lambda java-8 java-stream

What is the correct way to create an already-completed CompletableFuture<Void>

java.lang.ClassCastException using lambda expressions in spark job on remote server

Check if date is older than 10 years and newer than 20 years

java date java-8 java-time

Eclipse Kepler Java 8

eclipse java-8

Is it possible to truncate date to Month with Java 8?

java java-8 truncate java-time

Retry logic with CompletableFuture

How can I avoid repeating code initializing a hashmap of hashmap?

java java-8 hashmap

Joining a List<String> inside a map

java java-8 java-stream

How to convert a list with properties to a another list the java 8 way?