-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
564dadc
commit 8de446b
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
# all-about-java-8 | ||
# All about Java 8 | ||
|
||
Detailed explanations and code examples of most of the new features introduced by Java 8. | ||
|
||
- [Coding Styles (Imperative vs Declarative)](./src/com/codecafe/java8/codingstyles "Coding Styles (Imperative vs Declarative)") | ||
- [Functional Interfaces](./src/com/codecafe/java8/functionalinterfaces "Functional Interfaces") | ||
- [Consumer](./src/com/codecafe/java8/functionalinterfaces/consumer "Consumer") | ||
- [Function](./src/com/codecafe/java8/functionalinterfaces/function "Function") | ||
- [BiFunction](./src/com/codecafe/java8/functionalinterfaces/function/bifunction "BiFunction") | ||
- [UnaryOperator](./src/com/codecafe/java8/functionalinterfaces/function/unaryoperator "UnaryOperator") | ||
- [Predicate](./src/com/codecafe/java8/functionalinterfaces/predicate "Predicate") | ||
- [Supplier](./src/com/codecafe/java8/functionalinterfaces/supplier "Supplier") | ||
- [Functional Programming](./src/com/codecafe/java8/functionalprogramming "Functional Programming") | ||
- [Lambdas](./src/com/codecafe/java8/lambdas "Lambdas") | ||
- [Foundation](./src/com/codecafe/java8/lambdas/foundation "Foundation") | ||
- [Type Inference](./src/com/codecafe/java8/lambdas/typeinference "Type Inference") | ||
- [Closures](./src/com/codecafe/java8/lambdas/closures "Closures") | ||
- [Constructor Reference](./src/com/codecafe/java8/lambdas/constructorreference "Constructor Reference") | ||
- [Method Reference](./src/com/codecafe/java8/lambdas/methodreference "Method Reference") | ||
- [Exception Handling](./src/com/codecafe/java8/lambdas/exceptionhandling "Exception Handling") | ||
- [Streams](./src/com/codecafe/java8/streams "Streams") | ||
- [Interfaces](./src/com/codecafe/java8/interfaces "Interfaces") | ||
- [Completable Future](./src/com/codecafe/java8/completablefuture "Completable Future") | ||
- [New Date-Time library](./src/com/codecafe/java8/datetime "New Date-Time library") | ||
- [Hidden Treasures](./src/com/codecafe/java8/hiddentreasures "Hidden Treasures") |