All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download maybe JAR file with all dependencies

Search JAR files by class name

maybe from group io.github.joselion (version 4.4.0)

Group: io.github.joselion Artifact: maybe
Show all versions Show documentation Show source 
 

0 downloads
Artifact maybe
Group io.github.joselion
Version 4.4.0


maybe from group com.github.joselion (version 2.1.1)

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.

Group: com.github.joselion Artifact: maybe
Show all versions Show documentation Show source 
 

0 downloads
Artifact maybe
Group com.github.joselion
Version 2.1.1
Last update 13. June 2022
Organization not specified
URL https://github.com/JoseLion/maybe
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maybe from group com.github.sirikid (version 1.1.0)

Implementation Maybe monad in Java

Group: com.github.sirikid Artifact: maybe
Show all versions Show documentation Show source 
 

0 downloads
Artifact maybe
Group com.github.sirikid
Version 1.1.0
Last update 22. January 2016
Organization not specified
URL https://github.com/sirikid/maybe
License The MIT License (MIT)
Dependencies amount 1
Dependencies annotations,
There are maybe transitive dependencies!

maybe from group com.adamldavis (version 0.0.1)

Slightly modified and updated version of Nat Pryce's Maybe.

Group: com.adamldavis Artifact: maybe
Show documentation Show source 
 

1 downloads
Artifact maybe
Group com.adamldavis
Version 0.0.1
Last update 16. April 2013
Organization not specified
URL http://adamldavis.com/maybe
License Apache 2.0
Dependencies amount 1
Dependencies guava,
There are maybe transitive dependencies!

maybe from group com.ckkloverdos (version 0.6.0)

Scala Maybe. Inspired by Lift's Box, Haskell's Maybe and Scala's Option. A few noteable characteristics: * `Maybe()` is a polymorphich constructor that Does The Right Thing, no matter the input. * `get` is only provided for a `Just` value, not in the general `Maybe` API. * `map` on a `Just` Does The Right Thing, even if the calling function explodes.

Group: com.ckkloverdos Artifact: maybe
Show all versions Show documentation Show source 
 

0 downloads
Artifact maybe
Group com.ckkloverdos
Version 0.6.0
Last update 29. January 2013
Organization ckkloverdos.com
URL https://github.com/loverdos/maybe
License Apache 2
Dependencies amount 1
Dependencies scala-library,
There are maybe transitive dependencies!



Page 1 from 1 (items total 5)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy