is not current version
Last Version 0.6.0

com.ckkloverdos:maybe 0.4.0

Scala Maybe. Inspired by Lift's Box, Haskell's Maybe and Scala's Option. We innovate in a few areas, especially regarding the existing Scala APIs: * `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.

Categories

Categories

Erdos Business Logic Libraries Science
GroupId

GroupId

com.ckkloverdos
ArtifactId

ArtifactId

maybe
Version

Version

0.4.0
Type

Type

jar

Download maybe 0.4.0


<!-- https://jarcasting.com/artifacts/com.ckkloverdos/maybe/ -->
<dependency>
    <groupId>com.ckkloverdos</groupId>
    <artifactId>maybe</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ckkloverdos/maybe/
implementation 'com.ckkloverdos:maybe:0.4.0'
// https://jarcasting.com/artifacts/com.ckkloverdos/maybe/
implementation ("com.ckkloverdos:maybe:0.4.0")
'com.ckkloverdos:maybe:jar:0.4.0'
<dependency org="com.ckkloverdos" name="maybe" rev="0.4.0">
  <artifact name="maybe" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ckkloverdos', module='maybe', version='0.4.0')
)
libraryDependencies += "com.ckkloverdos" % "maybe" % "0.4.0"
[com.ckkloverdos/maybe "0.4.0"]