is not current version
Last Version 2.1.1

maybe 2.1.0

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

com.github.joselion
ArtifactId

ArtifactId

maybe
Version

Version

2.1.0
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 2.1.0

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.