New posts in method-reference

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

New object instantiation when using Java 8 streams

How do Java 8 array constructor references work?

Reference to methods with different parameters in Java8

Static context cannot access non-static in Collectors

Why can method reference use non-final variables?

Java 8 pass method as parameter

Java 8 chained method reference?

What does "an Arbitrary Object of a Particular Type" mean in java 8?

What's the difference between instance method reference types in Java 8?

Horrendous performance & large heap footprint of Java 8 constructor reference?

Instance Method Reference and Lambda Parameters

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

What is the equivalent lambda expression for System.out::println

Is method reference caching a good idea in Java 8?

Comparator.reversed() does not compile using lambda

Java Pass Method as Parameter