New posts in java-8

How to use if-else logic in Java 8 stream forEach

What is the use of MetaSpace in Java 8?

Runnable::new vs new Runnable()

Using Jackson ObjectMapper with Java 8 Optional values

Adding a line in a JavaFX chart

Trying to find out sum of square of only even numbers from integers list using java 8 stream api [duplicate]

Get original pattern String given a JDK 8 DateTimeFormatter?

Unable to install java8 with homebrew

Java idiom for lambdas with non-SAM interfaces

Java Streams: How to do an efficient "distinct and sort"?

How to use Java 8 Optionals, performing an action if all three are present?

Iterate two Java-8-Streams together [duplicate]

Merging two Map<String, Integer> with Java 8 Stream API

Why are interfaces in Java 8 allowed to have the main method?

Comparator.comparing(...) of a nested field

incompatible types: inference variable T has incompatible bounds [duplicate]

Partition a Java 8 Stream

What is a Java 8 Lambda Expression Compiled to? [duplicate]

Can't parse String to LocalDate (Java 8)

Why can method reference use non-final variables?