• Stars
    star
    1
  • Language
    Java
  • License
    Eclipse Public Li...
  • Created almost 12 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Java implementation of the Option monad, but as a Java collection/Iterable. Named Possible<T> so that Possible.value(val) and Possible.emptyValue() makes sense.