maybe

Maybe<T> is a monadic wrapper similar java.util.Optional, but with a different intention. By leveraging Optional<T> benefits, it provides a functional API that safely allows us to perform operations that may or may not throw checked and unchecked exceptions. The wrapper intends to help us avoid the imperative try/catch syntax, while promoting safe exception handling and functional programming principles.

License

License

GroupId

GroupId

io.github.joselion
ArtifactId

ArtifactId

maybe
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

maybe
Maybe<T> is a monadic wrapper similar java.util.Optional, but with a different intention. By leveraging Optional<T> benefits, it provides a functional API that safely allows us to perform operations that may or may not throw checked and unchecked exceptions. The wrapper intends to help us avoid the imperative try/catch syntax, while promoting safe exception handling and functional programming principles.
Project URL

Project URL

https://github.com/JoseLion/maybe
Source Code Management

Source Code Management

https://github.com/JoseLion/maybe

Download maybe

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.0