Class Lazy<T>

java.lang.Object
org.primefaces.util.Lazy<T>
Type Parameters:
T - The type to be lazy initialized.
All Implemented Interfaces:
Serializable, Supplier<T>

public class Lazy<T> extends Object implements Serializable, Supplier<T>
Inspired by commons-lang LazyInitializer.
See Also: