
Download result4j JAR 1.0 with all dependencies
The project provides Result-type similar to Result-type in Rust that
allows to return either successfull result or otherwise some kind of error.
In Java native way of reporting errors are exceptions, either checked or unchecked,
but Result-type provides a way to pass error enformation as a first-class value through
the code written in functional style.
Routines are provided for interoperability of normal code that uses exception and
functional code that uses Result-type, so that exceptions can be catched and propagated as
errors in Result-type and then rethrown again later in the control-flow.
Files of the artifact result4j version 1.0 from the group com.github.sviperll.
Test
Artifact result4j
Group com.github.sviperll
Version 1.0
Organization not specified
URL https://github.com/sviperll/result4j
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.github.sviperll
Version 1.0
Organization not specified
URL https://github.com/sviperll/result4j
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
The newest version!
Show all versions of result4j Show documentation
Please rate this JAR file. Is it a good library?
0 downloads
Source code of result4j version 1.0
Please wait ...
© 2015 - 2025 Weber Informatics LLC | Privacy Policy