Project Wonder 5.0

er.extensions.foundation
Interface ERXLazyValue.Source<T>

Type Parameters:
T - the type of the value
All Known Implementing Classes:
ERXLazyValue.ConstantSource, ERXLazyValue.KVCSource
Enclosing class:
ERXLazyValue<T>

public static interface ERXLazyValue.Source<T>

A source provides the undelying value (which is usually uncached) to a lazy value.

Author:
mschrag

Method Summary
 void setValue(T value)
          Sets the underlying value.
 T value()
          Returns the underlying value.
 

Method Detail

value

T value()
Returns the underlying value.

Returns:
the underlying value

setValue

void setValue(T value)
Sets the underlying value.

Parameters:
value - the new value

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.