Interface ILazyCalculatedProperty<V>

Type Parameters:
V - is the type of the value of a ILazyCalculatedProperty.
All Superinterfaces:
UpToDateRequestable
All Known Implementing Classes:
LazyCalculatedProperty

public interface ILazyCalculatedProperty<V> extends UpToDateRequestable
A ILazyCalculatedProperty provides a value that is calculated lazy.
Author:
Silvan Wyss
  • Method Details