m

maybe

Maybe is a monadic wrapper similar java.util.Optional, but with a different intention. By leveraging Optional 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.
https://github.com/JoseLion/maybe
The Apache License, Version 2.0
Jose Luis Leon
Aggregated version Version Update time
2.1 2.1.1 Jun 13, 2022
2.1.0 Mar 04, 2022
2.0 2.0.0 Mar 02, 2022
1.6 1.6.1 Feb 23, 2022
1.6.0 Oct 07, 2021
1.5 1.5.0 May 03, 2021
1.4 1.4.1 Mar 14, 2021
1.4.0 Mar 12, 2021
1.3 1.3.0 Mar 08, 2021
1.2 1.2.0 Mar 07, 2021
1.1 1.1.0 Feb 22, 2021
1.0 1.0.2-GA Jun 01, 2020
1.0.1-GA May 24, 2020
1.0.0-GA May 16, 2020
0.1 0.1.0-GA Apr 13, 2020
15 Records