Java8-try

View the Project on GitHub DhavalDalal/Java8-Try

Why Java8 Try?

Jumping-with-java8 from Dhaval Dalal

To wrap checked exceptions and to make failures explicit. This is a translation of Scala's Try[T]. Basic api to do with container semantics like transformation, filtering, flatMap and failure recovery and building a recovery chain are present.

Build Info

Use Gradle 2.0 for builds. Please do not checkin Eclipse or Intellij or any IDE specific files.
For Idea or Eclipse they can be generated using

Project Versioning

We will be following JBoss Versioning Convention

License

This software is licensed under the terms of the FreeBSD License

Using Try Examples