This git repository contains my solution to the excercise material for the Java 8 Lambdas book.
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:
- Exercises which involve code in
com.insightfullogic.java8.exercises
- My Answers are in package com.bijay.myanswer
- Author's Answers are in
com.insightfullogic.java8.answers