Package jedi.option

Interface Summary
Option<T> An optional value inspired by sensible languages like Scala.
OptionMatcher<T> Receiver for Some or None in Option.match(OptionMatcher).
 

Class Summary
None<T> None represents a non existent value.
Options A factory of option types for convenience and static importing, and other utility methods.
Some<T> Some represents a value of type T that exists.