| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
safe-java-streams is a lightweight Java library that adds functional utilities for exception handling and Either/Try/Result style value processing, enabling cleaner, safer, and more predictable code.
It helps:
<repositories>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/aDudko/safe-java-streams</url>
</repository>
</repositories><dependency>
<groupId>io.github.aDudko</groupId>
<artifactId>safe-java-streams</artifactId>
<version>1.0.0</version>
</dependency>A disjoint union of Left and Right, representing success or error.
Encapsulates a computation that may fail:
Inspired by Rust/Scala. Encapsulates success or failure with separate types:
Adapter utilities for using checked-exception-throwing lambdas in Stream API:
...give it a star, fork it, or mention it in your next data project!
Anatoly Dudko
GitHub @aDudko • LinkedIn
| Back | FazBrowse Home | New Git URL |