Class OptionalValue<V>

java.lang.Object
ch.nolix.system.property.value.AbstractValue<V>
ch.nolix.system.property.value.OptionalValue<V>
Type Parameters:
V - is the type of the value of a OptionalValue.
All Implemented Interfaces:
INameHolder, Clearable, EmptinessRequestable, MaterializationRequestable, IProperty, IBaseValue, IOptionalValue<V>

public final class OptionalValue<V> extends AbstractValue<V> implements IOptionalValue<V>
Author:
Silvan Wyss