result4j result4j

Group com.github.sviperll
描述 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.
Packaging jar
Size 29.94 KB
文件 pom jar
网址 https://github.com/sviperll/result4j
发布时间 2024-01-26 19:25

dependencies

Group Artifact Version

developers

sviperll Victor Nazarov

licenses

Apache-2.0 https://www.apache.org/licenses/LICENSE-2.0.txt
索引仓库
仓库 个数
Central 592045
89296281