Maybe

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.

Homepage POM file JAR file Javadoc
'com.ckkloverdos:maybe:0.4.0'

Dependencies

Compile dependencies

Test dependencies