Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.ckkloverdos:maybe

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.ckkloverdos: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.

  • 0.6.0
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

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.

Latest release is "com.ckkloverdos" % "maybe" % "0.5.0" from Maven Central, compiled with Scala 2.9.1.

FAQs

Package last updated on 29 Jan 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc