New posts in java-8

Selected directory is not a valid home for JDK - Intellij IDEA on Ubuntu

Sorting ArrayList with Lambda in Java 8

Issue with DateTimeParseException when using STRICT resolver style

Java 8 Lambda - Intersection of Two Lists

Java 8 ScriptEngine across ClassLoaders

Why class/object name must be explicitly specified for method references?

Which GoF Design pattern will be changed or influenced by the introduction of lambdas in Java8?

When should I use IntStream.range in Java?

Is there a good way to extract chunks of data from a java 8 stream?

Java8 streams sequential and parallel execution produce different results?

Java 8 Supplier Exception handling with CompletableFuture

Java 8 calculate months between two dates

How to get the size of a Stream after applying a filter by lambda expression?

Why does Collectors.toMap report value instead of key on Duplicate Key error?

No Visualgc plugin for java 8's Visualvm

How to multiply values in a list using java 8 streams

Is there a clean (and null safe) way to multiply the values of a map in Java?

Exception in thread "main" java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer

Add Buttons to Tabs and Tab area JavaFX

Cartesian product of streams in Java 8 as stream (using streams only)