https://github.com/gazbert/java-8-features
Simple code examples for showing what's new in Java 8.
https://github.com/gazbert/java-8-features
aggregate java jdk8 lambda learning streams
Last synced: 10 months ago
JSON representation
Simple code examples for showing what's new in Java 8.
- Host: GitHub
- URL: https://github.com/gazbert/java-8-features
- Owner: gazbert
- License: mit
- Created: 2014-05-05T12:49:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T01:56:20.000Z (about 5 years ago)
- Last Synced: 2025-01-27T23:46:14.388Z (12 months ago)
- Topics: aggregate, java, jdk8, lambda, learning, streams
- Language: Java
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Java 8 Features
[](https://travis-ci.org/gazbert/java-8-features)
Simple code examples for showing what's new in
[Java 8](http://www.oracle.com/technetwork/java/javase/overview/java8-2100321.html).
They are based on the examples in the main [Java Tutorial](http://docs.oracle.com/javase/tutorial/).
I'll be adding new features to the project on an ad-hoc basis.
### Current Features
1. Lambda
1. Aggregate operations
1. Default methods
Each feature is contained in its own package - the package-info will provide more details and the Test class
will demonstrate how to use it.
##### Features coming soon...
1. Date-Time API