Is there a built-in support for monad that deals with exception handling? Something similar to Scala\'s Try. I am asking because I don\'t like unchecked exceptions.
The "better-java-monads" project on GitHub has a Try monad for Java 8 here.