Class LazyCalculatedProperty<V>

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

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