All Classes

Class
Description
Singleton type representing an empty option.
Singleton type representing an empty option.
Non-Empty Non-Null Option.
Non-Empty Nullable Option
FullOption<T,​I extends Option<T>>
Base implementation of a non-empty option.
Non-Null Option
Nullable Option NullableOption represents and immutable wraps a single, nullable value that may or may not exist.
Singleton type representing a null option.
Option factory.
Option
Exception representing the case where calling code attempts to unwrap an empty Option instance.