ValueHolders¶
Xtracked.Staples.ValueHolders is a library that offers ValueHolder: Data class to differentiate between undefined,
null and non-null values. This is similar to Java's Optional, but Optional can only contain
a non-null value and we consider null to be a valid value.