Package-level declarations
Types
Link copied to clipboard
Common base for Optional and Required. Provides isSpecified and getOrThrow so code can operate on either type generically.
Link copied to clipboard
Functions
Link copied to clipboard
Runs block for Optional.Null and Optional.Value, skips Optional.Missing. The block receives null for the Null variant.
Runs block for Required.Value, skips Required.Missing.
Link copied to clipboard