r

result

`Result` is a value that can be either `Ok` or `Err`, to signal whether an operation succeeded or failed. Each variant can contain data, e.g. `Result` contains a `User` if ok, and `ErrMsg` when it fails.
https://github.com/mverleg/java-result
The Apache License, Version 2.0
Mark Verleg
Aggregated version Version Update time
1.1 1.1.0 Apr 03, 2022
1 Records