All Classes and Interfaces

Class
Description
An unchecked exception type that may be thrown on Lazy.get() or ReLazy.get(), when their initialization code causes a checked exception.
Implements a Supplier that provides a virtually fixed value.
Deprecated, for removal: This API element is subject to removal in a future version.
use InitException instead!
 
 
Implements a Supplier that provides a virtually fixed value(1).
XLazy<T,X extends Exception>
Implements a kind of supplier that provides a virtually fixed value.
XReLazy<T,X extends Exception>
Implements a kind of supplier that provides a virtually fixed value(1).