Class LazyCalculatedProperty<V>

java.lang.Object
ch.nolix.base.programcontrol.property.LazyCalculatedProperty<V>
Type Parameters:
V - the type of the value of a LazyCalculatedProperty.
All Implemented Interfaces:
UpToDateRequestable, ILazyCalculatedProperty<V>

public final class LazyCalculatedProperty<V> extends Object implements ILazyCalculatedProperty<V>
Author:
Silvan Wyss