Giant Sparrow home

Java — 8 Lambdas

Java 8 Lambdas are that allow you to treat functionality as a method argument, or code as data . Introduced in JDK 8 , they enable a more functional programming style by drastically reducing the boilerplate code required for anonymous inner classes. Core Concepts Exploring Java 8 Lambdas | JRebel

Java 8 Lambdas