Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-8

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

Can program developed with Java 8 be run on Java 7?

Lazy field initialization with lambdas

Java 8 Lambda: Comparator

java lambda java-8 comparator

Java 11 -- performance regressions against Java 8? [duplicate]

performance java-8 java-11 jmh

Different generic behaviour when using lambda instead of explicit anonymous inner class

java generics lambda java-8

How do I get an IntStream from a List<Integer>?