Module foxcapades.lib.opt
Package io.foxcapades.lib.opt
package io.foxcapades.lib.opt
-
Interface SummaryInterfaceDescriptionNon-Null OptionNullable Option
NullableOptionrepresents and immutable wraps a single, nullable value that may or may not exist.Option<T>Option -
Class Summary
-
Exception SummaryExceptionDescriptionException representing the case where calling code attempts to unwrap an empty
Optioninstance.