Key java lambda functions external links

My notes on Java

My first research notes on lambda functions

Java package java.util.function

Understand lambda functions in Java

Search for: Understand lambda functions in Java

Oracle docs on lambda expressions

Lambda functions from java2s.com: a linear introduction

Lambda FAQs

Project lambda, the original source

Reasoning behind lambda functions

whats new in java 8

Method references are documented here at Oracle

BooK: Java SE8 for the Really Impatient: A Short Course on the Basics

Default methods are explained here

Pipelines and streams are documented here