Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-8

Why Instant does not support operations with ChronoUnit.YEARS?

java java-8 openjdk

Missed opportunity to fix JDBC date handling in Java 8?

java date jdbc java-8

Why does the Java compiler 11 use invokevirtual to call private methods?

java java-8 jvm javac java-11

Why does Java not allow multiple inheritance but does allow conforming to multiple interfaces with default implementations

Using lambda to format Map into String

java dictionary lambda java-8

What is sjavac, who is it for and how do I use it?

java java-8 javac java-9

OptionalInt vs Optional<Integer>

Why is shared mutability bad?

Reflection type inference on Java 8 Lambdas

java.lang.NullPointerException is thrown using a method-reference but not a lambda expression

CompletableFuture, supplyAsync() and thenApply()

Close Java 8 Stream

java java-8 java-stream

Java 8 - DateTimeFormatter and ISO_INSTANT issues with ZonedDateTime

java java-8 java-time

Where is the Java 8 Consumer with more than one argument?

Group by and sum objects like in SQL with Java lambdas?

java lambda java-8 java-stream

Getting object with max date property from list of objects Java 8

java collections java-8

Avoid NoSuchElementException with Stream

Java 8 lambdas group list into map

java java-8 java-stream

How do Java 8 array constructor references work?

Simplest way to print an `IntStream` as a `String`

java java-8 java-stream