Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-8

Optional null value with a type

Assign all values in a Set<String> to a Map<String, String> with streams

java java-8 java-stream

How does Spring get the result from an endpoint that returns CompletableFuture object?

Defaulting Optional orElse with Optional.empty in Java 8

java java-8 java-stream

Getting two different outputs from a Stream

java java-8 java-stream

Sonar : lambda - Remove useless curly braces around statement

lambda java-8 sonarqube

How to get an ObservableFloatArray from a Stream?

java-8 javafx-8

How to call a method with parameters from an optional object in java

Java 8 Completable Future

Java 8 stream for-loop

java arrays java-8 java-stream

Are Java 8 Lambda expressions using GPU?

java lambda java-8 gpu

Java 8 parallelStream for concurrent Database / REST call

Java 8 Collect two Lists to Map by condition

Enum with a getter

java enums java-8

Lenient Java 8 Date parsing

java java-8 java-time

Create Java8 function reference programmatically

Can I use a lambda expression to accumulate the sum in the variable?

java lambda java-8 java-stream

Java 8 functional style to iterate with indexes

How to process the resulting List<T> values of `groupingBy` in the same `stream()`?

How to implement a Spliterator for streaming Fibonacci numbers?