Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-8

Converting Date to LocalDate returning strange results around 200AD

java date java-8 java-time

New additional fields in java.lang.Thread, what is the idea?

java java-8 thread-local

Use of double colons - difference between static and non-static method references [duplicate]

How to get distinct list of object with concat in Java 8

Java 8 lambdas to find averages of list of maps

java lambda java-8 java-stream

Java8 appendPattern vs pattern defined by appendValue methods produces different result

java datetime java-8 java-time

How to return Optional<T> as JSON in the Spring @RestController?

spring-mvc java-8 optional

Understanding CompletableFuture::runAsync

Use lambda expressions inside TextField expression in Jaspersoft Studio 6.3

why ZonedDateTime class does not implement TemporalAdjuster interface

java time java-8 java-time

Java 8 type inference error, assigning lambda expression to a variable of type Object

Add a default item to a stream collection

java java-8

Java8: how to copy values of selected fields from one object to other using lambda expression

java lambda java-8

Why AtomicInteger based Stream solutions are not recommended?

Can a Java function's parameter require optional interfaces?

java generics java-8

Is Files.getLastModifiedTime() leaking memory?

Sum attribute of object with Stream API

java java-8 java-stream

Execution of bubble sort is 5 times slower with --indy

Using Java 8 lambdas/transformations to combine and flatten two Maps

java lambda java-8 java-stream

How to convert a HashMap to a K/V-String in Java 8 with Streams