Back to Developer Roadmap

Try

src/data/roadmaps/scala/content/[email protected]

4.0682 B
Original Source

Try

The Try class in Scala represents a computation that may fail during evaluation by raising an exception. It holds either a successfully computed value or the exception that was thrown.

Visit the following resources to learn more: