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.
Latest Versions
16 versions โ| Version | Vulnerabilities | Usages | Date | |
|---|---|---|---|---|
2.1.x | 2.1.1 |
0
| Jun 13, 2022 | |
| 2.1.0 |
1
| Mar 04, 2022 | ||
2.0.x | 2.0.0 |
0
| Mar 01, 2022 | |
1.6.x | 1.6.1 |
0
| Feb 23, 2022 | |
| 1.6.0 |
0
| Oct 07, 2021 | ||
1.5.x | 1.5.0 |
0
| May 03, 2021 | |
1.4.x | 1.4.1 |
0
| Mar 13, 2021 | |
| 1.4.0 |
0
| Mar 12, 2021 | ||
1.3.x | 1.3.0 |
0
| Mar 08, 2021 | |
1.2.x | 1.2.0 |
0
| Mar 06, 2021 | |
1.1.x | 1.1.0 |
0
| Feb 22, 2021 | |
1.0.x | 1.0.2-GA |
0
| Jun 01, 2020 | |
| 1.0.1-GA |
0
| May 24, 2020 | ||
| 1.0.0-GA |
0
| May 16, 2020 | ||
0.1.x | 0.1.0-GA |
0
| Apr 13, 2020 |
