jar

com.ckkloverdos : maybe

Maven & Gradle

Jan 29, 2013
4 usages
1 stars

Maybe · 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.

Table Of Contents

Latest Version

Download com.ckkloverdos : maybe JAR file - Latest Versions:

All Versions

Download com.ckkloverdos : maybe JAR file - All Versions:

Version Vulnerabilities Size Updated
0.6.x
0.5.x
0.4.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window maybe-0.6.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.ckkloverdos.maybe

├─ com.ckkloverdos.maybe.Failed.class - [JAR]

├─ com.ckkloverdos.maybe.Just.class - [JAR]

├─ com.ckkloverdos.maybe.Maybe.class - [JAR]

├─ com.ckkloverdos.maybe.MaybeEither.class - [JAR]

├─ com.ckkloverdos.maybe.MaybeOption.class - [JAR]

├─ com.ckkloverdos.maybe.NoVal.class - [JAR]

├─ com.ckkloverdos.maybe.package.class - [JAR]

com.ckkloverdos._deploy

├─ com.ckkloverdos._deploy.javadoc.class - [JAR]

Advertisement