Inspired by Lift's Box, Haskell's Maybe and Scala's Option.
We innovate in two 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 aJust
value, not in the generalMaybe
API.
Enjoy -- Christos KK Loverdos