lyapandra / java-8-lambdas-exercises

Java 8 Lambdas By Richard Warburton (Publisher: O'Reilly Media) http://shop.oreilly.com/product/0636920030713.do

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java-8-lambdas-exercises

This git repository contains support material for the Java 8 Lambdas book.

Project Structure

The overall code layout is:

  • Code is in src/main/java
  • Tests are in src/test/java

Within these directories things are organised by package:

The sub-packages then correspond to the chapter number, so the examples for chapter 4 are in com.insightfullogic.java8.examples.chapter4.

Reporting Issues

If you find any issues with the exercises or examples then please submit them via the O'Reilly Errata Page.

About

Java 8 Lambdas By Richard Warburton (Publisher: O'Reilly Media) http://shop.oreilly.com/product/0636920030713.do

License:MIT License


Languages

Language:Java 100.0%